#12612D

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

Shades of Crusoe #12612D

Tints of Crusoe #12612D

Color information

#12612D (or 0x12612D) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 2D. RGB value is (18,97,45). Sum of RGB (Red+Green+Blue) = 18+97+45=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #12612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12612D is #ED9ED2. Grayscale: #434343. Windows color (decimal): -15572691 or 2973970. OLE color: 2973970.

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

Color convert

RGB189745-
CMYK0.8100.540.62
HSL140.51º68.7%22.55%-
HSV(B)140.51º81.44%38.04%-
XYZ58.873.93-
YUV67.45115.3392.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 97 (38.28% from 255) = 60.62%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=11.25%
G=60.62%
B=28.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897450.8100.540.62140.5168.722.55
Hex12612D510363E8d4517
Octal22141551210667621510527
Binary1001011000011011011010001011011011111010001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12612D; }

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

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

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

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

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

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

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

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