#145020

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

Shades of Crusoe #145020

Tints of Crusoe #145020

Color information

#145020 (or 0x145020) is unknown color: approx Crusoe. HEX triplet: 14, 50 and 20. RGB value is (20,80,32). Sum of RGB (Red+Green+Blue) = 20+80+32=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #145020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145020 is #EBAFDF. Grayscale: #383838. Windows color (decimal): -15445984 or 2117652. OLE color: 2117652.

HSL color Cylindrical-coordinate representation of color #145020: hue angle of 132º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145020 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB208032-
CMYK0.7500.600.69
HSL132º60%19.61%-
HSV(B)132º75%31.37%-
XYZ3.425.992.34-
YUV56.59114.12101.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=15.15%
G=60.61%
B=24.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080320.7500.600.691326019.61
Hex1450204B03C45843c14
Octal24120401130741052047424
Binary1010010100001000001001011011110010001011000010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145020; }

 p { color: rgb(20,80,32); }

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

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

 a { background-color: rgb(20,80,32); }

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

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

 span { border-color: rgb(20,80,32); }

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