#145120

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

Shades of Crusoe #145120

Tints of Crusoe #145120

Color information

#145120 (or 0x145120) is unknown color: approx Crusoe. HEX triplet: 14, 51 and 20. RGB value is (20,81,32). Sum of RGB (Red+Green+Blue) = 20+81+32=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 81 (32.03% from 255 or 60.90% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 81 - color contains mainly: green. Hex color #145120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145120 is #EBAEDF. Grayscale: #393939. Windows color (decimal): -15445728 or 2117908. OLE color: 2117908.

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

Color convert

RGB208132-
CMYK0.7500.600.68
HSL131.8º60.4%19.8%-
HSV(B)131.8º75.31%31.76%-
XYZ3.496.142.37-
YUV57.18113.79101.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 81 (32.03% from 255) = 60.90%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=15.04%
G=60.90%
B=24.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081320.7500.600.68131.860.419.8
Hex1451204B03C44843c14
Octal24121401130741042047424
Binary1010010100011000001001011011110010001001000010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145120; }

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

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

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

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

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

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

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

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