#146623

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

Shades of Crusoe #146623

Tints of Crusoe #146623

Color information

#146623 (or 0x146623) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 23. RGB value is (20,102,35). Sum of RGB (Red+Green+Blue) = 20+102+35=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #146623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146623 is #EB99DC. Grayscale: #464646. Windows color (decimal): -15440349 or 2319892. OLE color: 2319892.

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

Color convert

RGB2010235-
CMYK0.8000.660.6
HSL130.98º67.21%23.92%-
HSV(B)130.98º80.39%40%-
XYZ5.349.773.19-
YUV69.84108.3392.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=12.74%
G=64.97%
B=22.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102350.8000.660.6130.9867.2123.92
Hex146623500423C834318
Octal241464312001027420310330
Binary10100110011010001110100000100001011110010000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146623; }

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

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

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

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

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

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

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

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