Html Css Color HEX #527E2B Green Leaf

📋 copy color: '#527E2B'

red 82 ◦ green 126 ◦ blue 43

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

Shades of Green Leaf #527E2B

Tints of Green Leaf #527E2B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 50.2%

 BLUE value IS 43 (17.19% from 255) = 17.13%

R = 32.67%
G = 50.2%
B = 17.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#527E2B (or 0x527E2B) is known color: Green Leaf. HEX triplet: 52, 7E and 2B. RGB value is (82,126,43). Sum of RGB (Red+Green+Blue) = 82+126+43=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #527E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E2B is #AD81D4. Grayscale: #676767. Windows color (decimal): -11370965 or 2850386. OLE color: 2850386.

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

Color convert

RGB 82 126 43 -
CMYK 0.35 0 0.66 0.51
HSL 91.81º 0.49% 0.33% -
HSV(B) 91.81º 0.66% 0.49% -
XYZ 11.38 16.89 4.95 -
YUV 103.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 82 126 43 0.35 0 0.66 0.51 91.81 0.49 0.33
Hex 52 7E 2B 23 0 42 33 5C 31 21
Octal 122 176 53 43 0 102 63 134 61 41
Binary 1010010 1111110 101011 100011 0 1000010 110011 1011100 110001 100001

Color Harmonies of #527E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E2B

Black with #527E2B

Text Example


Text Example

White with #527E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,43); }

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

background-color css

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

 a { background-color: rgb(82,126,43); }

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

border-color css

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

 span { border-color: rgb(82,126,43); }

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