#12622E

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

Shades of Crusoe #12622E

Tints of Crusoe #12622E

Color information

#12622E (or 0x12622E) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 2E. RGB value is (18,98,46). Sum of RGB (Red+Green+Blue) = 18+98+46=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #12622E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622E is #ED9DD1. Grayscale: #444444. Windows color (decimal): -15572434 or 3039762. OLE color: 3039762.

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

Color convert

RGB189846-
CMYK0.8200.530.62
HSL141º68.97%22.75%-
HSV(B)141º81.63%38.43%-
XYZ5.119.064.06-
YUV68.15115.592.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=11.11%
G=60.49%
B=28.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898460.8200.530.6214168.9722.75
Hex12622E520353E8d4517
Octal22142561220657621510527
Binary1001011000101011101010010011010111111010001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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