#12601D

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

Shades of Crusoe #12601D

Tints of Crusoe #12601D

Color information

#12601D (or 0x12601D) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 1D. RGB value is (18,96,29). Sum of RGB (Red+Green+Blue) = 18+96+29=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #12601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12601D is #ED9FE2. Grayscale: #414141. Windows color (decimal): -15572963 or 1925138. OLE color: 1925138.

HSL color Cylindrical-coordinate representation of color #12601D: hue angle of 128.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12601D is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB189629-
CMYK0.8100.700.62
HSL128.46º68.42%22.35%-
HSV(B)128.46º81.25%37.65%-
XYZ4.658.582.57-
YUV65.04107.6694.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=12.59%
G=67.13%
B=20.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896290.8100.700.62128.4668.4222.35
Hex12601D510463E804416
Octal221403512101067620010426
Binary1001011000001110110100010100011011111010000000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,96,29); }

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

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

 a { background-color: rgb(18,96,29); }

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

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

 span { border-color: rgb(18,96,29); }

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