#156135

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

Shades of Crusoe #156135

Tints of Crusoe #156135

Color information

#156135 (or 0x156135) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 35. RGB value is (21,97,53). Sum of RGB (Red+Green+Blue) = 21+97+53=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #156135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156135 is #EA9ECA. Grayscale: #454545. Windows color (decimal): -15376075 or 3498261. OLE color: 3498261.

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

Color convert

RGB219753-
CMYK0.7800.450.62
HSL145.26º64.41%23.14%-
HSV(B)145.26º78.35%38.04%-
XYZ5.238.974.82-
YUV69.26118.8293.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=12.28%
G=56.73%
B=30.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197530.7800.450.62145.2664.4123.14
Hex1561354E02D3E914017
Octal25141651160557622110027
Binary1010111000011101011001110010110111111010010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156135; }

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

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

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

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

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

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

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

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