#12611E

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

Shades of Crusoe #12611E

Tints of Crusoe #12611E

Color information

#12611E (or 0x12611E) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 1E. RGB value is (18,97,30). Sum of RGB (Red+Green+Blue) = 18+97+30=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #12611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12611E is #ED9EE1. Grayscale: #414141. Windows color (decimal): -15572706 or 1990930. OLE color: 1990930.

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

Color convert

RGB189730-
CMYK0.8100.690.62
HSL129.11º68.7%22.55%-
HSV(B)129.11º81.44%38.04%-
XYZ4.768.772.67-
YUV65.74107.8393.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 97 (38.28% from 255) = 66.90%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=12.41%
G=66.90%
B=20.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897300.8100.690.62129.1168.722.55
Hex12611E510453E814517
Octal221413612101057620110527
Binary1001011000011111010100010100010111111010000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12611E; }

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

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

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

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

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

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

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

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