Html Css Color HEX #527917 Green Leaf

📋 copy color: '#527917'

red 82 ◦ green 121 ◦ blue 23

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

Shades of Green Leaf #527917

Tints of Green Leaf #527917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.54%

 BLUE value IS 23 (9.38% from 255) = 10.18%

R = 36.28%
G = 53.54%
B = 10.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#527917 (or 0x527917) is known color: Green Leaf. HEX triplet: 52, 79 and 17. RGB value is (82,121,23). Sum of RGB (Red+Green+Blue) = 82+121+23=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #527917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527917 is #AD86E8. Grayscale: #626262. Windows color (decimal): -11372265 or 1538386. OLE color: 1538386.

HSL color Cylindrical-coordinate representation of color #527917: hue angle of 83.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #527917 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 23 -
CMYK 0.32 0 0.81 0.53
HSL 83.88º 0.68% 0.28% -
HSV(B) 83.88º 0.81% 0.47% -
XYZ 10.47 15.53 3.26 -
YUV 98.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 82 121 23 0.32 0 0.81 0.53 83.88 0.68 0.28
Hex 52 79 17 20 0 51 35 54 44 1C
Octal 122 171 27 40 0 121 65 124 104 34
Binary 1010010 1111001 10111 100000 0 1010001 110101 1010100 1000100 11100

Color Harmonies of #527917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527917

Black with #527917

Text Example


Text Example

White with #527917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527917; }

 p { color: rgb(82,121,23); }

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

background-color css

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

 a { background-color: rgb(82,121,23); }

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

border-color css

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

 span { border-color: rgb(82,121,23); }

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