#12622D

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

Shades of Crusoe #12622D

Tints of Crusoe #12622D

Color information

#12622D (or 0x12622D) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 2D. RGB value is (18,98,45). Sum of RGB (Red+Green+Blue) = 18+98+45=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #12622D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622D is #ED9DD2. Grayscale: #444444. Windows color (decimal): -15572435 or 2974226. OLE color: 2974226.

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

Color convert

RGB189845-
CMYK0.8200.540.62
HSL140.25º68.97%22.75%-
HSV(B)140.25º81.63%38.43%-
XYZ5.099.053.96-
YUV68.0411592.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=11.18%
G=60.87%
B=27.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898450.8200.540.62140.2568.9722.75
Hex12622D520363E8c4517
Octal22142551220667621410527
Binary1001011000101011011010010011011011111010001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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