Html Css Color HEX #52782F Green Leaf

📋 copy color: '#52782F'

red 82 ◦ green 120 ◦ blue 47

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

Shades of Green Leaf #52782F

Tints of Green Leaf #52782F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 32.93%
G = 48.19%
B = 18.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#52782F (or 0x52782F) is known color: Green Leaf. HEX triplet: 52, 78 and 2F. RGB value is (82,120,47). Sum of RGB (Red+Green+Blue) = 82+120+47=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #52782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52782F is #AD87D0. Grayscale: #646464. Windows color (decimal): -11372497 or 3110994. OLE color: 3110994.

HSL color Cylindrical-coordinate representation of color #52782F: hue angle of 91.23º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52782F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 47 -
CMYK 0.32 0 0.61 0.53
HSL 91.23º 0.44% 0.33% -
HSV(B) 91.23º 0.61% 0.47% -
XYZ 10.71 15.43 5.1 -
YUV 100.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 82 120 47 0.32 0 0.61 0.53 91.23 0.44 0.33
Hex 52 78 2F 20 0 3D 35 5B 2C 21
Octal 122 170 57 40 0 75 65 133 54 41
Binary 1010010 1111000 101111 100000 0 111101 110101 1011011 101100 100001

Color Harmonies of #52782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52782F

Black with #52782F

Text Example


Text Example

White with #52782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52782F; }

 p { color: rgb(82,120,47); }

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

background-color css

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

 a { background-color: rgb(82,120,47); }

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

border-color css

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

 span { border-color: rgb(82,120,47); }

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