#12672E

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

Shades of Crusoe #12672E

Tints of Crusoe #12672E

Color information

#12672E (or 0x12672E) is unknown color: approx Crusoe. HEX triplet: 12, 67 and 2E. RGB value is (18,103,46). Sum of RGB (Red+Green+Blue) = 18+103+46=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #12672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12672E is #ED98D1. Grayscale: #474747. Windows color (decimal): -15571154 or 3041042. OLE color: 3041042.

HSL color Cylindrical-coordinate representation of color #12672E: hue angle of 139.76º 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 #12672E is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1810346-
CMYK0.8300.550.60
HSL139.76º70.25%23.73%-
HSV(B)139.76º82.52%40.39%-
XYZ5.5910.034.23-
YUV71.09113.8490.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 103 (40.62% from 255) = 61.68%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=10.78%
G=61.68%
B=27.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103460.8300.550.60139.7670.2523.73
Hex12672E530373C8c4618
Octal22147561230677421410630
Binary1001011001111011101010011011011111110010001100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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