#538C55

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

Shades of Hippie Green #538C55

Tints of Hippie Green #538C55

Color information

#538C55 (or 0x538C55) is unknown color: approx Hippie Green. HEX triplet: 53, 8C and 55. RGB value is (83,140,85). Sum of RGB (Red+Green+Blue) = 83+140+85=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #538C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538C55 is #AC73AA. Grayscale: #747474. Windows color (decimal): -11301803 or 5606483. OLE color: 5606483.

HSL color Cylindrical-coordinate representation of color #538C55: hue angle of 122.11º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538C55 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB8314085-
CMYK0.4100.390.45
HSL122.11º25.56%43.73%-
HSV(B)122.11º40.71%54.9%-
XYZ14.5921.2511.93-
YUV116.69110.12103.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=26.95%
G=45.45%
B=27.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83140850.4100.390.45122.1125.5643.73
Hex538C55290272D7a1a2c
Octal12321412551047551723254
Binary10100111000110010101011010010100111101101111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538C55; }

 p { color: rgb(83,140,85); }

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

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

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

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

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

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

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