Html Css Color HEX #52782B Green Leaf

📋 copy color: '#52782B'

red 82 ◦ green 120 ◦ blue 43

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

Shades of Green Leaf #52782B

Tints of Green Leaf #52782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 33.47%
G = 48.98%
B = 17.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#52782B (or 0x52782B) is known color: Green Leaf. HEX triplet: 52, 78 and 2B. RGB value is (82,120,43). Sum of RGB (Red+Green+Blue) = 82+120+43=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #52782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52782B is #AD87D4. Grayscale: #646464. Windows color (decimal): -11372501 or 2848850. OLE color: 2848850.

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

Color convert

RGB 82 120 43 -
CMYK 0.32 0 0.64 0.53
HSL 89.61º 0.47% 0.32% -
HSV(B) 89.61º 0.64% 0.47% -
XYZ 10.63 15.4 4.7 -
YUV 99.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 82 120 43 0.32 0 0.64 0.53 89.61 0.47 0.32
Hex 52 78 2B 20 0 40 35 5A 2F 20
Octal 122 170 53 40 0 100 65 132 57 40
Binary 1010010 1111000 101011 100000 0 1000000 110101 1011010 101111 100000

Color Harmonies of #52782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52782B

Black with #52782B

Text Example


Text Example

White with #52782B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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