Html Css Color HEX #527717 Green Leaf

📋 copy color: '#527717'

red 82 ◦ green 119 ◦ blue 23

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

Shades of Green Leaf #527717

Tints of Green Leaf #527717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

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

R = 36.61%
G = 53.13%
B = 10.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#527717 (or 0x527717) is known color: Green Leaf. HEX triplet: 52, 77 and 17. RGB value is (82,119,23). Sum of RGB (Red+Green+Blue) = 82+119+23=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #527717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527717 is #AD88E8. Grayscale: #616161. Windows color (decimal): -11372777 or 1537874. OLE color: 1537874.

HSL color Cylindrical-coordinate representation of color #527717: hue angle of 83.13º 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 #527717 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 23 -
CMYK 0.31 0 0.81 0.53
HSL 83.13º 0.68% 0.28% -
HSV(B) 83.13º 0.81% 0.47% -
XYZ 10.23 15.05 3.18 -
YUV 96.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 82 119 23 0.31 0 0.81 0.53 83.13 0.68 0.28
Hex 52 77 17 1F 0 51 35 53 44 1C
Octal 122 167 27 37 0 121 65 123 104 34
Binary 1010010 1110111 10111 11111 0 1010001 110101 1010011 1000100 11100

Color Harmonies of #527717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527717

Black with #527717

Text Example


Text Example

White with #527717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527717; }

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

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

background-color css

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

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

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

border-color css

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

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

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