Html Css Color HEX #527934 Green Leaf

📋 copy color: '#527934'

red 82 ◦ green 121 ◦ blue 52

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

Shades of Green Leaf #527934

Tints of Green Leaf #527934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 52 (20.7% from 255) = 20.39%

R = 32.16%
G = 47.45%
B = 20.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#527934 (or 0x527934) is known color: Green Leaf. HEX triplet: 52, 79 and 34. RGB value is (82,121,52). Sum of RGB (Red+Green+Blue) = 82+121+52=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #527934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527934 is #AD86CB. Grayscale: #656565. Windows color (decimal): -11372236 or 3438930. OLE color: 3438930.

HSL color Cylindrical-coordinate representation of color #527934: hue angle of 93.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527934 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 52 -
CMYK 0.32 0 0.57 0.53
HSL 93.91º 0.4% 0.34% -
HSV(B) 93.91º 0.57% 0.47% -
XYZ 10.94 15.72 5.71 -
YUV 101.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 82 121 52 0.32 0 0.57 0.53 93.91 0.4 0.34
Hex 52 79 34 20 0 39 35 5E 28 22
Octal 122 171 64 40 0 71 65 136 50 42
Binary 1010010 1111001 110100 100000 0 111001 110101 1011110 101000 100010

Color Harmonies of #527934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527934

Black with #527934

Text Example


Text Example

White with #527934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527934; }

 p { color: rgb(82,121,52); }

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

background-color css

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

 a { background-color: rgb(82,121,52); }

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

border-color css

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

 span { border-color: rgb(82,121,52); }

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