#146720

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

Shades of Crusoe #146720

Tints of Crusoe #146720

Color information

#146720 (or 0x146720) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 20. RGB value is (20,103,32). Sum of RGB (Red+Green+Blue) = 20+103+32=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #146720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146720 is #EB98DF. Grayscale: #464646. Windows color (decimal): -15440096 or 2123540. OLE color: 2123540.

HSL color Cylindrical-coordinate representation of color #146720: hue angle of 128.67º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146720 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB2010332-
CMYK0.8100.690.60
HSL128.67º67.48%24.12%-
HSV(B)128.67º80.58%40.39%-
XYZ5.49.953-
YUV70.09106.592.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 103 (40.62% from 255) = 66.45%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=12.90%
G=66.45%
B=20.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103320.8100.690.60128.6767.4824.12
Hex146720510453C814318
Octal241474012101057420110330
Binary10100110011110000010100010100010111110010000001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146720; }

 p { color: rgb(20,103,32); }

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

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

 a { background-color: rgb(20,103,32); }

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

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

 span { border-color: rgb(20,103,32); }

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