#12601A

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

Shades of Crusoe #12601A

Tints of Crusoe #12601A

Color information

#12601A (or 0x12601A) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 1A. RGB value is (18,96,26). Sum of RGB (Red+Green+Blue) = 18+96+26=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #12601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12601A is #ED9FE5. Grayscale: #404040. Windows color (decimal): -15572966 or 1728530. OLE color: 1728530.

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

Color convert

RGB189626-
CMYK0.8100.730.62
HSL126.15º68.42%22.35%-
HSV(B)126.15º81.25%37.65%-
XYZ4.628.572.39-
YUV64.7106.1694.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 96 (37.89% from 255) = 68.57%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=12.86%
G=68.57%
B=18.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896260.8100.730.62126.1568.4222.35
Hex12601A510493E7e4416
Octal221403212101117617610426
Binary100101100000110101010001010010011111101111110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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