#146628

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

Shades of Crusoe #146628

Tints of Crusoe #146628

Color information

#146628 (or 0x146628) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 28. RGB value is (20,102,40). Sum of RGB (Red+Green+Blue) = 20+102+40=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #146628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146628 is #EB99D7. Grayscale: #464646. Windows color (decimal): -15440344 or 2647572. OLE color: 2647572.

HSL color Cylindrical-coordinate representation of color #146628: hue angle of 134.63º 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 #146628 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB2010240-
CMYK0.8000.610.6
HSL134.63º67.21%23.92%-
HSV(B)134.63º80.39%40%-
XYZ5.429.83.61-
YUV70.41110.8392.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 102 (40.23% from 255) = 62.96%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=12.35%
G=62.96%
B=24.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102400.8000.610.6134.6367.2123.92
Hex1466285003D3C874318
Octal24146501200757420710330
Binary1010011001101010001010000011110111110010000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146628; }

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

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

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

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

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

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

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

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