Html Css Color HEX #52781B Green Leaf

📋 copy color: '#52781B'

red 82 ◦ green 120 ◦ blue 27

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

Shades of Green Leaf #52781B

Tints of Green Leaf #52781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 35.81%
G = 52.4%
B = 11.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#52781B (or 0x52781B) is known color: Green Leaf. HEX triplet: 52, 78 and 1B. RGB value is (82,120,27). Sum of RGB (Red+Green+Blue) = 82+120+27=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #52781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52781B is #AD87E4. Grayscale: #626262. Windows color (decimal): -11372517 or 1800274. OLE color: 1800274.

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

Color convert

RGB 82 120 27 -
CMYK 0.32 0 0.78 0.53
HSL 84.52º 0.63% 0.29% -
HSV(B) 84.52º 0.78% 0.47% -
XYZ 10.39 15.31 3.44 -
YUV 98.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 82 120 27 0.32 0 0.78 0.53 84.52 0.63 0.29
Hex 52 78 1B 20 0 4E 35 55 3F 1D
Octal 122 170 33 40 0 116 65 125 77 35
Binary 1010010 1111000 11011 100000 0 1001110 110101 1010101 111111 11101

Color Harmonies of #52781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52781B

Black with #52781B

Text Example


Text Example

White with #52781B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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