#146320

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

Shades of Crusoe #146320

Tints of Crusoe #146320

Color information

#146320 (or 0x146320) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 20. RGB value is (20,99,32). Sum of RGB (Red+Green+Blue) = 20+99+32=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #146320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146320 is #EB9CDF. Grayscale: #434343. Windows color (decimal): -15441120 or 2122516. OLE color: 2122516.

HSL color Cylindrical-coordinate representation of color #146320: hue angle of 129.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146320 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB209932-
CMYK0.8000.680.61
HSL129.11º66.39%23.33%-
HSV(B)129.11º79.8%38.82%-
XYZ5.019.182.87-
YUV67.74107.8393.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 99 (39.06% from 255) = 65.56%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=13.25%
G=65.56%
B=21.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099320.8000.680.61129.1166.3923.33
Hex146320500443D814217
Octal241434012001047520110227
Binary10100110001110000010100000100010011110110000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146320; }

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

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

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

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

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

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

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

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