#146323

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

Shades of Crusoe #146323

Tints of Crusoe #146323

Color information

#146323 (or 0x146323) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 23. RGB value is (20,99,35). Sum of RGB (Red+Green+Blue) = 20+99+35=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #146323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146323 is #EB9CDC. Grayscale: #444444. Windows color (decimal): -15441117 or 2319124. OLE color: 2319124.

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

Color convert

RGB209935-
CMYK0.8000.650.61
HSL131.39º66.39%23.33%-
HSV(B)131.39º79.8%38.82%-
XYZ5.059.193.1-
YUV68.08109.3393.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 99 (39.06% from 255) = 64.29%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=12.99%
G=64.29%
B=22.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099350.8000.650.61131.3966.3923.33
Hex146323500413D834217
Octal241434312001017520310227
Binary10100110001110001110100000100000111110110000011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146323; }

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

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

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

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

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

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

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

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