#146624

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

Shades of Crusoe #146624

Tints of Crusoe #146624

Color information

#146624 (or 0x146624) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 24. RGB value is (20,102,36). Sum of RGB (Red+Green+Blue) = 20+102+36=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 102 (40.23% from 255 or 64.56% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 102 - color contains mainly: green. Hex color #146624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146624 is #EB99DB. Grayscale: #464646. Windows color (decimal): -15440348 or 2385428. OLE color: 2385428.

HSL color Cylindrical-coordinate representation of color #146624: hue angle of 131.71º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146624 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB2010236-
CMYK0.8000.650.6
HSL131.71º67.21%23.92%-
HSV(B)131.71º80.39%40%-
XYZ5.369.783.27-
YUV69.96108.8392.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 102 (40.23% from 255) = 64.56%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=12.66%
G=64.56%
B=22.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102360.8000.650.6131.7167.2123.92
Hex146624500413C844318
Octal241464412001017420410330
Binary10100110011010010010100000100000111110010000100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146624; }

 p { color: rgb(20,102,36); }

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

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

 a { background-color: rgb(20,102,36); }

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

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

 span { border-color: rgb(20,102,36); }

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