Html Css Color HEX #527521 Green Leaf

📋 copy color: '#527521'

red 82 ◦ green 117 ◦ blue 33

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

Shades of Green Leaf #527521

Tints of Green Leaf #527521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 35.34%
G = 50.43%
B = 14.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#527521 (or 0x527521) is known color: Green Leaf. HEX triplet: 52, 75 and 21. RGB value is (82,117,33). Sum of RGB (Red+Green+Blue) = 82+117+33=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #527521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527521 is #AD8ADE. Grayscale: #616161. Windows color (decimal): -11373279 or 2192722. OLE color: 2192722.

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

Color convert

RGB 82 117 33 -
CMYK 0.30 0 0.72 0.54
HSL 85º 0.56% 0.29% -
HSV(B) 85º 0.72% 0.46% -
XYZ 10.12 14.63 3.73 -
YUV 96.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 82 117 33 0.30 0 0.72 0.54 85 0.56 0.29
Hex 52 75 21 1E 0 48 36 55 38 1D
Octal 122 165 41 36 0 110 66 125 70 35
Binary 1010010 1110101 100001 11110 0 1001000 110110 1010101 111000 11101

Color Harmonies of #527521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527521

Black with #527521

Text Example


Text Example

White with #527521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527521; }

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

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

background-color css

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

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

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

border-color css

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

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

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