#156130

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

Shades of Crusoe #156130

Tints of Crusoe #156130

Color information

#156130 (or 0x156130) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 30. RGB value is (21,97,48). Sum of RGB (Red+Green+Blue) = 21+97+48=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #156130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156130 is #EA9ECF. Grayscale: #444444. Windows color (decimal): -15376080 or 3170581. OLE color: 3170581.

HSL color Cylindrical-coordinate representation of color #156130: hue angle of 141.32º 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 #156130 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB219748-
CMYK0.7800.510.62
HSL141.32º64.41%23.14%-
HSV(B)141.32º78.35%38.04%-
XYZ5.128.924.25-
YUV68.69116.3293.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=12.65%
G=58.43%
B=28.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197480.7800.510.62141.3264.4123.14
Hex1561304E0333E8d4017
Octal25141601160637621510027
Binary1010111000011100001001110011001111111010001101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156130; }

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

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

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

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

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

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

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

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