#12621E

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

Shades of Crusoe #12621E

Tints of Crusoe #12621E

Color information

#12621E (or 0x12621E) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 1E. RGB value is (18,98,30). Sum of RGB (Red+Green+Blue) = 18+98+30=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #12621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12621E is #ED9DE1. Grayscale: #424242. Windows color (decimal): -15572450 or 1991186. OLE color: 1991186.

HSL color Cylindrical-coordinate representation of color #12621E: hue angle of 129º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12621E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB189830-
CMYK0.8200.690.62
HSL129º68.97%22.75%-
HSV(B)129º81.63%38.43%-
XYZ4.858.962.7-
YUV66.33107.593.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=12.33%
G=67.12%
B=20.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898300.8200.690.6212968.9722.75
Hex12621E520453E814517
Octal221423612201057620110527
Binary1001011000101111010100100100010111111010000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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