Html Css Color HEX #52761B Green Leaf

📋 copy color: '#52761B'

red 82 ◦ green 118 ◦ blue 27

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

Shades of Green Leaf #52761B

Tints of Green Leaf #52761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

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

R = 36.12%
G = 51.98%
B = 11.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#52761B (or 0x52761B) is known color: Green Leaf. HEX triplet: 52, 76 and 1B. RGB value is (82,118,27). Sum of RGB (Red+Green+Blue) = 82+118+27=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #52761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52761B is #AD89E4. Grayscale: #616161. Windows color (decimal): -11373029 or 1799762. OLE color: 1799762.

HSL color Cylindrical-coordinate representation of color #52761B: hue angle of 83.74º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52761B is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 27 -
CMYK 0.31 0 0.77 0.54
HSL 83.74º 0.63% 0.28% -
HSV(B) 83.74º 0.77% 0.46% -
XYZ 10.16 14.83 3.36 -
YUV 96.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 82 118 27 0.31 0 0.77 0.54 83.74 0.63 0.28
Hex 52 76 1B 1F 0 4D 36 54 3F 1C
Octal 122 166 33 37 0 115 66 124 77 34
Binary 1010010 1110110 11011 11111 0 1001101 110110 1010100 111111 11100

Color Harmonies of #52761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52761B

Black with #52761B

Text Example


Text Example

White with #52761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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