#12672D

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

Shades of Crusoe #12672D

Tints of Crusoe #12672D

Color information

#12672D (or 0x12672D) is unknown color: approx Crusoe. HEX triplet: 12, 67 and 2D. RGB value is (18,103,45). Sum of RGB (Red+Green+Blue) = 18+103+45=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #12672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12672D is #ED98D2. Grayscale: #474747. Windows color (decimal): -15571155 or 2975506. OLE color: 2975506.

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

Color convert

RGB1810345-
CMYK0.8300.560.60
HSL139.06º70.25%23.73%-
HSV(B)139.06º82.52%40.39%-
XYZ5.5710.024.12-
YUV70.97113.3490.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 103 (40.62% from 255) = 62.05%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=10.84%
G=62.05%
B=27.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18103450.8300.560.60139.0670.2523.73
Hex12672D530383C8b4618
Octal22147551230707421310630
Binary1001011001111011011010011011100011110010001011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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