Html Css Color HEX #527D16 Green Leaf

📋 copy color: '#527D16'

red 82 ◦ green 125 ◦ blue 22

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

Shades of Green Leaf #527D16

Tints of Green Leaf #527D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 35.81%
G = 54.59%
B = 9.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#527D16 (or 0x527D16) is known color: Green Leaf. HEX triplet: 52, 7D and 16. RGB value is (82,125,22). Sum of RGB (Red+Green+Blue) = 82+125+22=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #527D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527D16 is #AD82E9. Grayscale: #646464. Windows color (decimal): -11371242 or 1473874. OLE color: 1473874.

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

Color convert

RGB 82 125 22 -
CMYK 0.34 0 0.82 0.51
HSL 85.05º 0.7% 0.29% -
HSV(B) 85.05º 0.82% 0.49% -
XYZ 10.96 16.52 3.37 -
YUV 100.4 83.75 114.88 -
System Red Green Blue C M Y K H S L
Decimal 82 125 22 0.34 0 0.82 0.51 85.05 0.7 0.29
Hex 52 7D 16 22 0 52 33 55 46 1D
Octal 122 175 26 42 0 122 63 125 106 35
Binary 1010010 1111101 10110 100010 0 1010010 110011 1010101 1000110 11101

Color Harmonies of #527D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D16

Black with #527D16

Text Example


Text Example

White with #527D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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