Html Css Color HEX #528B55 Hippie Green

📋 copy color: '#528B55'

red 82 ◦ green 139 ◦ blue 85

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

Shades of Hippie Green #528B55

Tints of Hippie Green #528B55

RGB

 RED value IS 82 (32.42% from 255) = 26.8%

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

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 26.8%
G = 45.42%
B = 27.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#528B55 (or 0x528B55) is known color: Hippie Green. HEX triplet: 52, 8B and 55. RGB value is (82,139,85). Sum of RGB (Red+Green+Blue) = 82+139+85=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 139 (54.69% from 255 or 45.42% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 139 - color contains mainly: green. Hex color #528B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B55 is #AD74AA. Grayscale: #737373. Windows color (decimal): -11367595 or 5606226. OLE color: 5606226.

HSL color Cylindrical-coordinate representation of color #528B55: hue angle of 123.16º 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 #528B55 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 85 -
CMYK 0.41 0 0.39 0.45
HSL 123.16º 0.26% 0.43% -
HSV(B) 123.16º 0.41% 0.55% -
XYZ 14.35 20.91 11.87 -
YUV 115.8 110.62 103.89 -
System Red Green Blue C M Y K H S L
Decimal 82 139 85 0.41 0 0.39 0.45 123.16 0.26 0.43
Hex 52 8B 55 29 0 27 2D 7B 1A 2B
Octal 122 213 125 51 0 47 55 173 32 53
Binary 1010010 10001011 1010101 101001 0 100111 101101 1111011 11010 101011

Color Harmonies of #528B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B55

Black with #528B55

Text Example


Text Example

White with #528B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #528B55;
 }
 .AnyTagClassName
 {
   color: #528B55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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