#146629

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

Shades of Crusoe #146629

Tints of Crusoe #146629

Color information

#146629 (or 0x146629) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 29. RGB value is (20,102,41). Sum of RGB (Red+Green+Blue) = 20+102+41=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #146629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146629 is #EB99D6. Grayscale: #464646. Windows color (decimal): -15440343 or 2713108. OLE color: 2713108.

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

Color convert

RGB2010241-
CMYK0.8000.600.6
HSL135.37º67.21%23.92%-
HSV(B)135.37º80.39%40%-
XYZ5.449.813.7-
YUV70.53111.3391.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 102 (40.23% from 255) = 62.58%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=12.27%
G=62.58%
B=25.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102410.8000.600.6135.3767.2123.92
Hex1466295003C3C874318
Octal24146511200747420710330
Binary1010011001101010011010000011110011110010000111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146629; }

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

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

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

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

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

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

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

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