#156125

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

Shades of Crusoe #156125

Tints of Crusoe #156125

Color information

#156125 (or 0x156125) is unknown color: approx Crusoe. HEX triplet: 15, 61 and 25. RGB value is (21,97,37). Sum of RGB (Red+Green+Blue) = 21+97+37=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #156125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156125 is #EA9EDA. Grayscale: #434343. Windows color (decimal): -15376091 or 2449685. OLE color: 2449685.

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

Color convert

RGB219737-
CMYK0.7800.620.62
HSL132.63º64.41%23.14%-
HSV(B)132.63º78.35%38.04%-
XYZ4.928.843.2-
YUV67.44110.8294.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=13.55%
G=62.58%
B=23.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197370.7800.620.62132.6364.4123.14
Hex1561254E03E3E854017
Octal25141451160767620510027
Binary1010111000011001011001110011111011111010000101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156125; }

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

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

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

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

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

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

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

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