#126135

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

Shades of Crusoe #126135

Tints of Crusoe #126135

Color information

#126135 (or 0x126135) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 35. RGB value is (18,97,53). Sum of RGB (Red+Green+Blue) = 18+97+53=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #126135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126135 is #ED9ECA. Grayscale: #444444. Windows color (decimal): -15572683 or 3498258. OLE color: 3498258.

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

Color convert

RGB189753-
CMYK0.8100.450.62
HSL146.58º68.7%22.55%-
HSV(B)146.58º81.44%38.04%-
XYZ5.178.944.82-
YUV68.36119.3392.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=10.71%
G=57.74%
B=31.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897530.8100.450.62146.5868.722.55
Hex1261355102D3E934517
Octal22141651210557622310527
Binary1001011000011101011010001010110111111010010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126135; }

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

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

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

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

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

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

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

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