Html Css Color HEX #527D2C Green Leaf

📋 copy color: '#527D2C'

red 82 ◦ green 125 ◦ blue 44

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

Shades of Green Leaf #527D2C

Tints of Green Leaf #527D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.8%

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 32.67%
G = 49.8%
B = 17.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#527D2C (or 0x527D2C) is known color: Green Leaf. HEX triplet: 52, 7D and 2C. RGB value is (82,125,44). Sum of RGB (Red+Green+Blue) = 82+125+44=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #527D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527D2C is #AD82D3. Grayscale: #676767. Windows color (decimal): -11371220 or 2915666. OLE color: 2915666.

HSL color Cylindrical-coordinate representation of color #527D2C: hue angle of 91.85º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527D2C is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 125 44 -
CMYK 0.34 0 0.65 0.51
HSL 91.85º 0.48% 0.33% -
HSV(B) 91.85º 0.65% 0.49% -
XYZ 11.27 16.64 5 -
YUV 102.91 94.75 113.09 -
System Red Green Blue C M Y K H S L
Decimal 82 125 44 0.34 0 0.65 0.51 91.85 0.48 0.33
Hex 52 7D 2C 22 0 41 33 5C 30 21
Octal 122 175 54 42 0 101 63 134 60 41
Binary 1010010 1111101 101100 100010 0 1000001 110011 1011100 110000 100001

Color Harmonies of #527D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D2C

Black with #527D2C

Text Example


Text Example

White with #527D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D2C; }

 p { color: rgb(82,125,44); }

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

background-color css

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

 a { background-color: rgb(82,125,44); }

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

border-color css

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

 span { border-color: rgb(82,125,44); }

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