#156235

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

Shades of Crusoe #156235

Tints of Crusoe #156235

Color information

#156235 (or 0x156235) is unknown color: approx Crusoe. HEX triplet: 15, 62 and 35. RGB value is (21,98,53). Sum of RGB (Red+Green+Blue) = 21+98+53=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #156235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156235 is #EA9DCA. Grayscale: #454545. Windows color (decimal): -15375819 or 3498517. OLE color: 3498517.

HSL color Cylindrical-coordinate representation of color #156235: hue angle of 144.94º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156235 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB219853-
CMYK0.7900.460.62
HSL144.94º64.71%23.33%-
HSV(B)144.94º78.57%38.43%-
XYZ5.329.154.85-
YUV69.85118.4993.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=12.21%
G=56.98%
B=30.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198530.7900.460.62144.9464.7123.33
Hex1562354F02E3E914117
Octal25142651170567622110127
Binary1010111000101101011001111010111011111010010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156235; }

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

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

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

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

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

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

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

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