#126125

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

Shades of Crusoe #126125

Tints of Crusoe #126125

Color information

#126125 (or 0x126125) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 25. RGB value is (18,97,37). Sum of RGB (Red+Green+Blue) = 18+97+37=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #126125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126125 is #ED9EDA. Grayscale: #424242. Windows color (decimal): -15572699 or 2449682. OLE color: 2449682.

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

Color convert

RGB189737-
CMYK0.8100.620.62
HSL134.43º68.7%22.55%-
HSV(B)134.43º81.44%38.04%-
XYZ4.868.813.2-
YUV66.54111.3393.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=11.84%
G=63.82%
B=24.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897370.8100.620.62134.4368.722.55
Hex1261255103E3E864517
Octal22141451210767620610527
Binary1001011000011001011010001011111011111010000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126125; }

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

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

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

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

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

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

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

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