#12622A

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

Shades of Crusoe #12622A

Tints of Crusoe #12622A

Color information

#12622A (or 0x12622A) is unknown color: approx Crusoe. HEX triplet: 12, 62 and 2A. RGB value is (18,98,42). Sum of RGB (Red+Green+Blue) = 18+98+42=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #12622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12622A is #ED9DD5. Grayscale: #434343. Windows color (decimal): -15572438 or 2777618. OLE color: 2777618.

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

Color convert

RGB189842-
CMYK0.8200.570.62
HSL138º68.97%22.75%-
HSV(B)138º81.63%38.43%-
XYZ5.049.033.67-
YUV67.7113.592.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 98 (38.67% from 255) = 62.03%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=11.39%
G=62.03%
B=26.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898420.8200.570.6213868.9722.75
Hex12622A520393E8a4517
Octal22142521220717621210527
Binary1001011000101010101010010011100111111010001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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