#125E21

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

Shades of Crusoe #125E21

Tints of Crusoe #125E21

Color information

#125E21 (or 0x125E21) is unknown color: approx Crusoe. HEX triplet: 12, 5E and 21. RGB value is (18,94,33). Sum of RGB (Red+Green+Blue) = 18+94+33=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 94 (37.11% from 255 or 64.83% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 94 - color contains mainly: green. Hex color #125E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125E21 is #EDA1DE. Grayscale: #404040. Windows color (decimal): -15573471 or 2186770. OLE color: 2186770.

HSL color Cylindrical-coordinate representation of color #125E21: hue angle of 131.84º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125E21 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB189433-
CMYK0.8100.650.63
HSL131.84º67.86%21.96%-
HSV(B)131.84º80.85%36.86%-
XYZ4.538.242.79-
YUV64.32110.3294.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 94 (37.11% from 255) = 64.83%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=12.41%
G=64.83%
B=22.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1894330.8100.650.63131.8467.8621.96
Hex125E21510413F844416
Octal221364112101017720410426
Binary10010101111010000110100010100000111111110000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125E21; }

 p { color: rgb(18,94,33); }

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

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

 a { background-color: rgb(18,94,33); }

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

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

 span { border-color: rgb(18,94,33); }

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