#146621

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

Shades of Crusoe #146621

Tints of Crusoe #146621

Color information

#146621 (or 0x146621) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 21. RGB value is (20,102,33). Sum of RGB (Red+Green+Blue) = 20+102+33=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #146621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146621 is #EB99DE. Grayscale: #454545. Windows color (decimal): -15440351 or 2188820. OLE color: 2188820.

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

Color convert

RGB2010233-
CMYK0.8000.680.6
HSL129.51º67.21%23.92%-
HSV(B)129.51º80.39%40%-
XYZ5.319.763.04-
YUV69.62107.3392.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 102 (40.23% from 255) = 65.81%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=12.90%
G=65.81%
B=21.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102330.8000.680.6129.5167.2123.92
Hex146621500443C824318
Octal241464112001047420210330
Binary10100110011010000110100000100010011110010000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146621; }

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

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

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

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

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

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

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

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