#12651E

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

Shades of Crusoe #12651E

Tints of Crusoe #12651E

Color information

#12651E (or 0x12651E) is unknown color: approx Crusoe. HEX triplet: 12, 65 and 1E. RGB value is (18,101,30). Sum of RGB (Red+Green+Blue) = 18+101+30=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #12651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12651E is #ED9AE1. Grayscale: #444444. Windows color (decimal): -15571682 or 1991954. OLE color: 1991954.

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

Color convert

RGB1810130-
CMYK0.8200.700.60
HSL128.67º69.75%23.33%-
HSV(B)128.67º82.18%39.61%-
XYZ5.149.532.8-
YUV68.09106.592.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 101 (39.84% from 255) = 67.79%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=12.08%
G=67.79%
B=20.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101300.8200.700.60128.6769.7523.33
Hex12651E520463C814617
Octal221453612201067420110627
Binary1001011001011111010100100100011011110010000001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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