#538552

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

Shades of Hippie Green #538552

Tints of Hippie Green #538552

Color information

#538552 (or 0x538552) is unknown color: approx Hippie Green. HEX triplet: 53, 85 and 52. RGB value is (83,133,82). Sum of RGB (Red+Green+Blue) = 83+133+82=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #538552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538552 is #AC7AAD. Grayscale: #707070. Windows color (decimal): -11303598 or 5408083. OLE color: 5408083.

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

Color convert

RGB8313382-
CMYK0.3800.380.48
HSL118.82º23.72%42.16%-
HSV(B)118.82º38.35%52.16%-
XYZ13.4819.2210.98-
YUV112.24110.94107.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=27.85%
G=44.63%
B=27.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133820.3800.380.48118.8223.7242.16
Hex538552260263077182a
Octal12320512246046601673052
Binary10100111000010110100101001100100110110000111011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538552; }

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

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

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

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

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

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

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

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