#126131

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

Shades of Crusoe #126131

Tints of Crusoe #126131

Color information

#126131 (or 0x126131) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 31. RGB value is (18,97,49). Sum of RGB (Red+Green+Blue) = 18+97+49=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #126131 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126131 is #ED9ECE. Grayscale: #444444. Windows color (decimal): -15572687 or 3236114. OLE color: 3236114.

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

Color convert

RGB189749-
CMYK0.8100.490.62
HSL143.54º68.7%22.55%-
HSV(B)143.54º81.44%38.04%-
XYZ5.088.94.36-
YUV67.91117.3392.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 97 (38.28% from 255) = 59.15%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=10.98%
G=59.15%
B=29.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897490.8100.490.62143.5468.722.55
Hex126131510313E904517
Octal22141611210617622010527
Binary1001011000011100011010001011000111111010010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126131; }

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

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

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

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

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

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

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

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