#12622C

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

Shades of Crusoe #12622C

Tints of Crusoe #12622C

Color information

#12622C (or 0x12622C) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 2C. RGB value is (18,98,44). Sum of RGB (Red+Green+Blue) = 18+98+44=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #12622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622C is #ED9DD3. Grayscale: #444444. Windows color (decimal): -15572436 or 2908690. OLE color: 2908690.

HSL color Cylindrical-coordinate representation of color #12622C: hue angle of 139.5º 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 #12622C is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB189844-
CMYK0.8200.550.62
HSL139.5º68.97%22.75%-
HSV(B)139.5º81.63%38.43%-
XYZ5.079.053.86-
YUV67.92114.592.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 98 (38.67% from 255) = 61.25%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=11.25%
G=61.25%
B=27.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898440.8200.550.62139.568.9722.75
Hex12622C520373E8c4517
Octal22142541220677621410527
Binary1001011000101011001010010011011111111010001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12622C; }

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

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

<style>
 a { background-color: #12622C; }

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

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

<style>
 span { border-color: #12622C; }

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

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