Html Css Color HEX #528B54 Hippie Green

📋 copy color: '#528B54'

red 82 ◦ green 139 ◦ blue 84

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

Shades of Hippie Green #528B54

Tints of Hippie Green #528B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 26.89%
G = 45.57%
B = 27.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#528B54 (or 0x528B54) is known color: Hippie Green. HEX triplet: 52, 8B and 54. RGB value is (82,139,84). Sum of RGB (Red+Green+Blue) = 82+139+84=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #528B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528B54 is #AD74AB. Grayscale: #737373. Windows color (decimal): -11367596 or 5540690. OLE color: 5540690.

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

Color convert

RGB 82 139 84 -
CMYK 0.41 0 0.40 0.45
HSL 122.11º 0.26% 0.43% -
HSV(B) 122.11º 0.41% 0.55% -
XYZ 14.31 20.9 11.67 -
YUV 115.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 82 139 84 0.41 0 0.40 0.45 122.11 0.26 0.43
Hex 52 8B 54 29 0 28 2D 7A 1A 2B
Octal 122 213 124 51 0 50 55 172 32 53
Binary 1010010 10001011 1010100 101001 0 101000 101101 1111010 11010 101011

Color Harmonies of #528B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B54

Black with #528B54

Text Example


Text Example

White with #528B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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