Html Css Color HEX #527E1E Green Leaf

📋 copy color: '#527E1E'

red 82 ◦ green 126 ◦ blue 30

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

Shades of Green Leaf #527E1E

Tints of Green Leaf #527E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 34.45%
G = 52.94%
B = 12.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#527E1E (or 0x527E1E) is known color: Green Leaf. HEX triplet: 52, 7E and 1E. RGB value is (82,126,30). Sum of RGB (Red+Green+Blue) = 82+126+30=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #527E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E1E is #AD81E1. Grayscale: #666666. Windows color (decimal): -11370978 or 1998418. OLE color: 1998418.

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

Color convert

RGB 82 126 30 -
CMYK 0.35 0 0.76 0.51
HSL 87.5º 0.62% 0.31% -
HSV(B) 87.5º 0.76% 0.49% -
XYZ 11.17 16.81 3.88 -
YUV 101.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 82 126 30 0.35 0 0.76 0.51 87.5 0.62 0.31
Hex 52 7E 1E 23 0 4C 33 57 3E 1F
Octal 122 176 36 43 0 114 63 127 76 37
Binary 1010010 1111110 11110 100011 0 1001100 110011 1010111 111110 11111

Color Harmonies of #527E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E1E

Black with #527E1E

Text Example


Text Example

White with #527E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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