#156435

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

Shades of Crusoe #156435

Tints of Crusoe #156435

Color information

#156435 (or 0x156435) is unknown color: approx Crusoe. HEX triplet: 15, 64 and 35. RGB value is (21,100,53). Sum of RGB (Red+Green+Blue) = 21+100+53=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #156435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156435 is #EA9BCA. Grayscale: #474747. Windows color (decimal): -15375307 or 3499029. OLE color: 3499029.

HSL color Cylindrical-coordinate representation of color #156435: hue angle of 144.3º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156435 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB2110053-
CMYK0.7900.470.61
HSL144.3º65.29%23.73%-
HSV(B)144.3º79%39.22%-
XYZ5.519.534.92-
YUV71.02117.8392.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=12.07%
G=57.47%
B=30.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21100530.7900.470.61144.365.2923.73
Hex1564354F02F3D904118
Octal25144651170577522010130
Binary1010111001001101011001111010111111110110010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156435; }

 p { color: rgb(21,100,53); }

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

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

 a { background-color: rgb(21,100,53); }

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

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

 span { border-color: rgb(21,100,53); }

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