#146023

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

Shades of Crusoe #146023

Tints of Crusoe #146023

Color information

#146023 (or 0x146023) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 23. RGB value is (20,96,35). Sum of RGB (Red+Green+Blue) = 20+96+35=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #146023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146023 is #EB9FDC. Grayscale: #424242. Windows color (decimal): -15441885 or 2318356. OLE color: 2318356.

HSL color Cylindrical-coordinate representation of color #146023: hue angle of 131.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146023 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB209635-
CMYK0.7900.640.62
HSL131.84º65.52%22.75%-
HSV(B)131.84º79.17%37.65%-
XYZ4.778.643.01-
YUV66.32110.3294.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=13.25%
G=63.58%
B=23.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096350.7900.640.62131.8465.5222.75
Hex1460234F0403E844217
Octal241404311701007620410227
Binary10100110000010001110011110100000011111010000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146023; }

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

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

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

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

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

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

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

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