Html Css Color HEX #52771B Green Leaf

📋 copy color: '#52771B'

red 82 ◦ green 119 ◦ blue 27

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

Shades of Green Leaf #52771B

Tints of Green Leaf #52771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.19%

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

R = 35.96%
G = 52.19%
B = 11.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#52771B (or 0x52771B) is known color: Green Leaf. HEX triplet: 52, 77 and 1B. RGB value is (82,119,27). Sum of RGB (Red+Green+Blue) = 82+119+27=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #52771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52771B is #AD88E4. Grayscale: #616161. Windows color (decimal): -11372773 or 1800018. OLE color: 1800018.

HSL color Cylindrical-coordinate representation of color #52771B: hue angle of 84.13º 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 #52771B is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 27 -
CMYK 0.31 0 0.77 0.53
HSL 84.13º 0.63% 0.29% -
HSV(B) 84.13º 0.77% 0.47% -
XYZ 10.27 15.07 3.4 -
YUV 97.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 82 119 27 0.31 0 0.77 0.53 84.13 0.63 0.29
Hex 52 77 1B 1F 0 4D 35 54 3F 1D
Octal 122 167 33 37 0 115 65 124 77 35
Binary 1010010 1110111 11011 11111 0 1001101 110101 1010100 111111 11101

Color Harmonies of #52771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52771B

Black with #52771B

Text Example


Text Example

White with #52771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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