Html Css Color HEX #52681A Green Leaf

📋 copy color: '#52681A'

red 82 ◦ green 104 ◦ blue 26

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

Shades of Green Leaf #52681A

Tints of Green Leaf #52681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.26%

R = 38.68%
G = 49.06%
B = 12.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#52681A (or 0x52681A) is known color: Green Leaf. HEX triplet: 52, 68 and 1A. RGB value is (82,104,26). Sum of RGB (Red+Green+Blue) = 82+104+26=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #52681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52681A is #AD97E5. Grayscale: #585858. Windows color (decimal): -11376614 or 1730642. OLE color: 1730642.

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

Color convert

RGB 82 104 26 -
CMYK 0.21 0 0.75 0.59
HSL 76.92º 0.6% 0.25% -
HSV(B) 76.92º 0.75% 0.41% -
XYZ 8.62 11.77 2.79 -
YUV 88.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 82 104 26 0.21 0 0.75 0.59 76.92 0.6 0.25
Hex 52 68 1A 15 0 4B 3B 4D 3C 19
Octal 122 150 32 25 0 113 73 115 74 31
Binary 1010010 1101000 11010 10101 0 1001011 111011 1001101 111100 11001

Color Harmonies of #52681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52681A

Black with #52681A

Text Example


Text Example

White with #52681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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