#538652

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

Shades of Hippie Green #538652

Tints of Hippie Green #538652

Color information

#538652 (or 0x538652) is unknown color: approx Hippie Green. HEX triplet: 53, 86 and 52. RGB value is (83,134,82). Sum of RGB (Red+Green+Blue) = 83+134+82=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #538652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538652 is #AC79AD. Grayscale: #707070. Windows color (decimal): -11303342 or 5408339. OLE color: 5408339.

HSL color Cylindrical-coordinate representation of color #538652: hue angle of 118.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538652 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB8313482-
CMYK0.3800.390.47
HSL118.85º24.07%42.35%-
HSV(B)118.85º38.81%52.55%-
XYZ13.6219.511.03-
YUV112.82110.6106.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=27.76%
G=44.82%
B=27.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134820.3800.390.47118.8524.0742.35
Hex538652260272F77182a
Octal12320612246047571673052
Binary10100111000011010100101001100100111101111111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538652; }

 p { color: rgb(83,134,82); }

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

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

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

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

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

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

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