#538B55

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

Shades of Hippie Green #538B55

Tints of Hippie Green #538B55

Color information

#538B55 (or 0x538B55) is unknown color: approx Hippie Green. HEX triplet: 53, 8B and 55. RGB value is (83,139,85). Sum of RGB (Red+Green+Blue) = 83+139+85=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #538B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B55 is #AC74AA. Grayscale: #747474. Windows color (decimal): -11302059 or 5606227. OLE color: 5606227.

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

Color convert

RGB8313985-
CMYK0.4000.390.45
HSL122.14º25.23%43.53%-
HSV(B)122.14º40.29%54.51%-
XYZ14.4420.9611.88-
YUV116.1110.45104.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=27.04%
G=45.28%
B=27.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139850.4000.390.45122.1425.2343.53
Hex538B55280272D7a192c
Octal12321312550047551723154
Binary10100111000101110101011010000100111101101111101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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