Html Css Color HEX #528C4B Hippie Green

📋 copy color: '#528C4B'

red 82 ◦ green 140 ◦ blue 75

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

Shades of Hippie Green #528C4B

Tints of Hippie Green #528C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.14%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 27.61%
G = 47.14%
B = 25.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#528C4B (or 0x528C4B) is known color: Hippie Green. HEX triplet: 52, 8C and 4B. RGB value is (82,140,75). Sum of RGB (Red+Green+Blue) = 82+140+75=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #528C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C4B is #AD73B4. Grayscale: #737373. Windows color (decimal): -11367349 or 4951122. OLE color: 4951122.

HSL color Cylindrical-coordinate representation of color #528C4B: hue angle of 113.54º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #528C4B is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 140 75 -
CMYK 0.41 0 0.46 0.45
HSL 113.54º 0.3% 0.42% -
HSV(B) 113.54º 0.46% 0.55% -
XYZ 14.13 21.06 9.98 -
YUV 115.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 82 140 75 0.41 0 0.46 0.45 113.54 0.3 0.42
Hex 52 8C 4B 29 0 2E 2D 72 1E 2A
Octal 122 214 113 51 0 56 55 162 36 52
Binary 1010010 10001100 1001011 101001 0 101110 101101 1110010 11110 101010

Color Harmonies of #528C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528C4B

Black with #528C4B

Text Example


Text Example

White with #528C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,140,75); }

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

background-color css

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

 a { background-color: rgb(82,140,75); }

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

border-color css

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

 span { border-color: rgb(82,140,75); }

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