Html Css Color HEX #527C17 Green Leaf

📋 copy color: '#527C17'

red 82 ◦ green 124 ◦ blue 23

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

Shades of Green Leaf #527C17

Tints of Green Leaf #527C17

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.15%

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

R = 35.81%
G = 54.15%
B = 10.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#527C17 (or 0x527C17) is known color: Green Leaf. HEX triplet: 52, 7C and 17. RGB value is (82,124,23). Sum of RGB (Red+Green+Blue) = 82+124+23=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #527C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C17 is #AD83E8. Grayscale: #646464. Windows color (decimal): -11371497 or 1539154. OLE color: 1539154.

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

Color convert

RGB 82 124 23 -
CMYK 0.34 0 0.81 0.51
HSL 84.95º 0.69% 0.29% -
HSV(B) 84.95º 0.81% 0.49% -
XYZ 10.84 16.27 3.38 -
YUV 99.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 82 124 23 0.34 0 0.81 0.51 84.95 0.69 0.29
Hex 52 7C 17 22 0 51 33 55 45 1D
Octal 122 174 27 42 0 121 63 125 105 35
Binary 1010010 1111100 10111 100010 0 1010001 110011 1010101 1000101 11101

Color Harmonies of #527C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C17

Black with #527C17

Text Example


Text Example

White with #527C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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