#15561F

Color #15561F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #15561F

Tints of Crusoe #15561F

Color information

#15561F (or 0x15561F) is unknown color: approx Crusoe. HEX triplet: 15, 56 and 1F. RGB value is (21,86,31). Sum of RGB (Red+Green+Blue) = 21+86+31=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #15561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15561F is #EAA9E0. Grayscale: #3C3C3C. Windows color (decimal): -15378913 or 2053653. OLE color: 2053653.

HSL color Cylindrical-coordinate representation of color #15561F: hue angle of 129.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15561F is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB218631-
CMYK0.7600.640.66
HSL129.23º60.75%20.98%-
HSV(B)129.23º75.58%33.73%-
XYZ3.886.912.43-
YUV60.29111.4799.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 86 (33.98% from 255) = 62.32%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=15.22%
G=62.32%
B=22.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186310.7600.640.66129.2360.7520.98
Hex15561F4C04042813d15
Octal251263711401001022017525
Binary1010110101101111110011000100000010000101000000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15561F; }

 p { color: rgb(21,86,31); }

 H1.HeaderClassName
 {
   color: #15561F;
 }
 .AnyTagClassName
 {
   color: #15561F;
 }
</style>
background-color css

<style>
 a { background-color: #15561F; }

 a { background-color: rgb(21,86,31); }

 div.DivClassName
 {
   background-color: #15561F;
 }
 .BgClassName
 {
   background-color: #15561F;
 }
</style>
border-color css

<style>
 span { border-color: #15561F; }

 span { border-color: rgb(21,86,31); }

 td.TdClassName
 {
   border-color: #15561F;
 }
 .TagClassName
 {
   border-color: #15561F;
 }
</style>