#12672C

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

Shades of Crusoe #12672C

Tints of Crusoe #12672C

Color information

#12672C (or 0x12672C) is unknown color: approx Crusoe. HEX triplet: 12, 67 and 2C. RGB value is (18,103,44). Sum of RGB (Red+Green+Blue) = 18+103+44=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 103 (40.62% from 255 or 62.42% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 103 - color contains mainly: green. Hex color #12672C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12672C is #ED98D3. Grayscale: #474747. Windows color (decimal): -15571156 or 2909970. OLE color: 2909970.

HSL color Cylindrical-coordinate representation of color #12672C: hue angle of 138.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12672C is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1810344-
CMYK0.8300.570.60
HSL138.35º70.25%23.73%-
HSV(B)138.35º82.52%40.39%-
XYZ5.5510.014.02-
YUV70.86112.8490.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 103 (40.62% from 255) = 62.42%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=10.91%
G=62.42%
B=26.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103440.8300.570.60138.3570.2523.73
Hex12672C530393C8a4618
Octal22147541230717421210630
Binary1001011001111011001010011011100111110010001010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12672C; }

 p { color: rgb(18,103,44); }

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

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

 a { background-color: rgb(18,103,44); }

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

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

 span { border-color: rgb(18,103,44); }

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