Html Css Color HEX #527530 Green Leaf

📋 copy color: '#527530'

red 82 ◦ green 117 ◦ blue 48

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

Shades of Green Leaf #527530

Tints of Green Leaf #527530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 33.2%
G = 47.37%
B = 19.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#527530 (or 0x527530) is known color: Green Leaf. HEX triplet: 52, 75 and 30. RGB value is (82,117,48). Sum of RGB (Red+Green+Blue) = 82+117+48=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #527530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527530 is #AD8ACF. Grayscale: #626262. Windows color (decimal): -11373264 or 3175762. OLE color: 3175762.

HSL color Cylindrical-coordinate representation of color #527530: hue angle of 90.43º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #527530 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 48 -
CMYK 0.30 0 0.59 0.54
HSL 90.43º 0.42% 0.32% -
HSV(B) 90.43º 0.59% 0.46% -
XYZ 10.37 14.73 5.09 -
YUV 98.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 82 117 48 0.30 0 0.59 0.54 90.43 0.42 0.32
Hex 52 75 30 1E 0 3B 36 5A 2A 20
Octal 122 165 60 36 0 73 66 132 52 40
Binary 1010010 1110101 110000 11110 0 111011 110110 1011010 101010 100000

Color Harmonies of #527530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527530

Black with #527530

Text Example


Text Example

White with #527530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527530; }

 p { color: rgb(82,117,48); }

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

background-color css

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

 a { background-color: rgb(82,117,48); }

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

border-color css

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

 span { border-color: rgb(82,117,48); }

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