Html Css Color HEX #527121 Green Leaf

📋 copy color: '#527121'

red 82 ◦ green 113 ◦ blue 33

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

Shades of Green Leaf #527121

Tints of Green Leaf #527121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 35.96%
G = 49.56%
B = 14.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#527121 (or 0x527121) is known color: Green Leaf. HEX triplet: 52, 71 and 21. RGB value is (82,113,33). Sum of RGB (Red+Green+Blue) = 82+113+33=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #527121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527121 is #AD8EDE. Grayscale: #5E5E5E. Windows color (decimal): -11374303 or 2191698. OLE color: 2191698.

HSL color Cylindrical-coordinate representation of color #527121: hue angle of 83.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #527121 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 33 -
CMYK 0.27 0 0.71 0.56
HSL 83.25º 0.55% 0.29% -
HSV(B) 83.25º 0.71% 0.44% -
XYZ 9.66 13.71 3.58 -
YUV 94.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 82 113 33 0.27 0 0.71 0.56 83.25 0.55 0.29
Hex 52 71 21 1B 0 47 38 53 37 1D
Octal 122 161 41 33 0 107 70 123 67 35
Binary 1010010 1110001 100001 11011 0 1000111 111000 1010011 110111 11101

Color Harmonies of #527121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527121

Black with #527121

Text Example


Text Example

White with #527121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527121; }

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

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

background-color css

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

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

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

border-color css

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

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

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