Html Css Color HEX #52681D Green Leaf

📋 copy color: '#52681D'

red 82 ◦ green 104 ◦ blue 29

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

Shades of Green Leaf #52681D

Tints of Green Leaf #52681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.37%

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 38.14%
G = 48.37%
B = 13.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#52681D (or 0x52681D) is known color: Green Leaf. HEX triplet: 52, 68 and 1D. RGB value is (82,104,29). Sum of RGB (Red+Green+Blue) = 82+104+29=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #52681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52681D is #AD97E2. Grayscale: #595959. Windows color (decimal): -11376611 or 1927250. OLE color: 1927250.

HSL color Cylindrical-coordinate representation of color #52681D: hue angle of 77.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52681D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 29 -
CMYK 0.21 0 0.72 0.59
HSL 77.6º 0.56% 0.26% -
HSV(B) 77.6º 0.72% 0.41% -
XYZ 8.65 11.78 2.98 -
YUV 88.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 82 104 29 0.21 0 0.72 0.59 77.6 0.56 0.26
Hex 52 68 1D 15 0 48 3B 4E 38 1A
Octal 122 150 35 25 0 110 73 116 70 32
Binary 1010010 1101000 11101 10101 0 1001000 111011 1001110 111000 11010

Color Harmonies of #52681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52681D

Black with #52681D

Text Example


Text Example

White with #52681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52681D; }

 p { color: rgb(82,104,29); }

 H1.HeaderClassName
 {
   color: #52681D;
 }
 .AnyTagClassName
 {
   color: #52681D;
 }
</style>

background-color css

<style>
 a { background-color: #52681D; }

 a { background-color: rgb(82,104,29); }

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

border-color css

<style>
 span { border-color: #52681D; }

 span { border-color: rgb(82,104,29); }

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