Html Css Color HEX #538B52 Hippie Green

📋 copy color: '#538B52'

red 83 ◦ green 139 ◦ blue 82

#538B52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #538B52

Tints of Hippie Green #538B52

RGB

 RED value IS 83 (32.81% from 255) = 27.3%

 GREEN value IS 139 (54.69% from 255) = 45.72%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 27.3%
G = 45.72%
B = 26.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#538B52 (or 0x538B52) is known color: Hippie Green. HEX triplet: 53, 8B and 52. RGB value is (83,139,82). Sum of RGB (Red+Green+Blue) = 83+139+82=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #538B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B52 is #AC74AD. Grayscale: #737373. Windows color (decimal): -11302062 or 5409619. OLE color: 5409619.

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

Color convert

RGB 83 139 82 -
CMYK 0.40 0 0.41 0.45
HSL 118.95º 0.26% 0.43% -
HSV(B) 118.95º 0.41% 0.55% -
XYZ 14.32 20.91 11.26 -
YUV 115.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 83 139 82 0.40 0 0.41 0.45 118.95 0.26 0.43
Hex 53 8B 52 28 0 29 2D 77 1A 2B
Octal 123 213 122 50 0 51 55 167 32 53
Binary 1010011 10001011 1010010 101000 0 101001 101101 1110111 11010 101011

Color Harmonies of #538B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B52

Black with #538B52

Text Example


Text Example

White with #538B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #538B52;
 }
 .AnyTagClassName
 {
   color: #538B52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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