#126235

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

Shades of Crusoe #126235

Tints of Crusoe #126235

Color information

#126235 (or 0x126235) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 35. RGB value is (18,98,53). Sum of RGB (Red+Green+Blue) = 18+98+53=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #126235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126235 is #ED9DCA. Grayscale: #454545. Windows color (decimal): -15572427 or 3498514. OLE color: 3498514.

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

Color convert

RGB189853-
CMYK0.8200.460.62
HSL146.25º68.97%22.75%-
HSV(B)146.25º81.63%38.43%-
XYZ5.269.124.85-
YUV68.9511991.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=10.65%
G=57.99%
B=31.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898530.8200.460.62146.2568.9722.75
Hex1262355202E3E924517
Octal22142651220567622210527
Binary1001011000101101011010010010111011111010010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126235; }

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

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

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

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

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

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

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

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