#146322

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

Shades of Crusoe #146322

Tints of Crusoe #146322

Color information

#146322 (or 0x146322) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 22. RGB value is (20,99,34). Sum of RGB (Red+Green+Blue) = 20+99+34=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #146322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146322 is #EB9CDD. Grayscale: #444444. Windows color (decimal): -15441118 or 2253588. OLE color: 2253588.

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

Color convert

RGB209934-
CMYK0.8000.660.61
HSL130.63º66.39%23.33%-
HSV(B)130.63º79.8%38.82%-
XYZ5.049.193.02-
YUV67.97108.8393.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 99 (39.06% from 255) = 64.71%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=13.07%
G=64.71%
B=22.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099340.8000.660.61130.6366.3923.33
Hex146322500423D834217
Octal241434212001027520310227
Binary10100110001110001010100000100001011110110000011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146322; }

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

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

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

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

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

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

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

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