#538953

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

Shades of Hippie Green #538953

Tints of Hippie Green #538953

Color information

#538953 (or 0x538953) is unknown color: approx Hippie Green. HEX triplet: 53, 89 and 53. RGB value is (83,137,83). Sum of RGB (Red+Green+Blue) = 83+137+83=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #538953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538953 is #AC76AC. Grayscale: #727272. Windows color (decimal): -11302573 or 5474643. OLE color: 5474643.

HSL color Cylindrical-coordinate representation of color #538953: hue angle of 120º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538953 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB8313783-
CMYK0.3900.390.46
HSL120º24.55%43.14%-
HSV(B)120º39.42%53.73%-
XYZ14.0720.3511.37-
YUV114.7110.11105.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=27.39%
G=45.21%
B=27.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137830.3900.390.4612024.5543.14
Hex538953270272E78192b
Octal12321112347047561703153
Binary10100111000100110100111001110100111101110111100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538953; }

 p { color: rgb(83,137,83); }

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

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

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

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

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

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

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