Html Css Color HEX #527C2D Green Leaf

📋 copy color: '#527C2D'

red 82 ◦ green 124 ◦ blue 45

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

Shades of Green Leaf #527C2D

Tints of Green Leaf #527C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.4%

 BLUE value IS 45 (17.97% from 255) = 17.93%

R = 32.67%
G = 49.4%
B = 17.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#527C2D (or 0x527C2D) is known color: Green Leaf. HEX triplet: 52, 7C and 2D. RGB value is (82,124,45). Sum of RGB (Red+Green+Blue) = 82+124+45=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #527C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C2D is #AD83D2. Grayscale: #666666. Windows color (decimal): -11371475 or 2980946. OLE color: 2980946.

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

Color convert

RGB 82 124 45 -
CMYK 0.34 0 0.64 0.51
HSL 91.9º 0.47% 0.33% -
HSV(B) 91.9º 0.64% 0.49% -
XYZ 11.16 16.4 5.06 -
YUV 102.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 82 124 45 0.34 0 0.64 0.51 91.9 0.47 0.33
Hex 52 7C 2D 22 0 40 33 5C 2F 21
Octal 122 174 55 42 0 100 63 134 57 41
Binary 1010010 1111100 101101 100010 0 1000000 110011 1011100 101111 100001

Color Harmonies of #527C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C2D

Black with #527C2D

Text Example


Text Example

White with #527C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,124,45); }

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

background-color css

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

 a { background-color: rgb(82,124,45); }

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

border-color css

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

 span { border-color: rgb(82,124,45); }

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