#538450

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

Shades of Hippie Green #538450

Tints of Hippie Green #538450

Color information

#538450 (or 0x538450) is unknown color: approx Hippie Green. HEX triplet: 53, 84 and 50. RGB value is (83,132,80). Sum of RGB (Red+Green+Blue) = 83+132+80=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #538450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538450 is #AC7BAF. Grayscale: #6F6F6F. Windows color (decimal): -11303856 or 5276755. OLE color: 5276755.

HSL color Cylindrical-coordinate representation of color #538450: hue angle of 116.54º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538450 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB8313280-
CMYK0.3700.390.48
HSL116.54º24.53%41.57%-
HSV(B)116.54º39.39%51.76%-
XYZ13.2718.9210.54-
YUV111.42110.27107.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=28.14%
G=44.75%
B=27.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83132800.3700.390.48116.5424.5341.57
Hex538450250273075192a
Octal12320412045047601653152
Binary10100111000010010100001001010100111110000111010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538450; }

 p { color: rgb(83,132,80); }

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

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

 a { background-color: rgb(83,132,80); }

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

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

 span { border-color: rgb(83,132,80); }

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