#146423

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

Shades of Crusoe #146423

Tints of Crusoe #146423

Color information

#146423 (or 0x146423) is unknown color: approx Crusoe. HEX triplet: 14, 64 and 23. RGB value is (20,100,35). Sum of RGB (Red+Green+Blue) = 20+100+35=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #146423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146423 is #EB9BDC. Grayscale: #444444. Windows color (decimal): -15440861 or 2319380. OLE color: 2319380.

HSL color Cylindrical-coordinate representation of color #146423: hue angle of 131.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146423 is Cyan = 0.8, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB2010035-
CMYK0.800.650.61
HSL131.25º66.67%23.53%-
HSV(B)131.25º80%39.22%-
XYZ5.159.383.13-
YUV68.6710993.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 100 (39.45% from 255) = 64.52%
BLUE value IS 35 (14.06% from 255) = 22.58%
R=12.90%
G=64.52%
B=22.58%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100350.800.650.61131.2566.6723.53
Hex146423500413D834318
Octal241444312001017520310330
Binary10100110010010001110100000100000111110110000011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146423; }

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

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

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

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

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

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

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

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