#12651A

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

Shades of Crusoe #12651A

Tints of Crusoe #12651A

Color information

#12651A (or 0x12651A) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 1A. RGB value is (18,101,26). Sum of RGB (Red+Green+Blue) = 18+101+26=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #12651A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12651A is #ED9AE5. Grayscale: #434343. Windows color (decimal): -15571686 or 1729810. OLE color: 1729810.

HSL color Cylindrical-coordinate representation of color #12651A: hue angle of 125.78º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12651A is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1810126-
CMYK0.8200.740.60
HSL125.78º69.75%23.33%-
HSV(B)125.78º82.18%39.61%-
XYZ5.099.512.54-
YUV67.63104.592.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 101 (39.84% from 255) = 69.66%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=12.41%
G=69.66%
B=17.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101260.8200.740.60125.7869.7523.33
Hex12651A5204A3C7e4617
Octal221453212201127417610627
Binary100101100101110101010010010010101111001111110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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