Html Css Color HEX #52691D Green Leaf

📋 copy color: '#52691D'

red 82 ◦ green 105 ◦ blue 29

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

Shades of Green Leaf #52691D

Tints of Green Leaf #52691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.61%

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

R = 37.96%
G = 48.61%
B = 13.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#52691D (or 0x52691D) is known color: Green Leaf. HEX triplet: 52, 69 and 1D. RGB value is (82,105,29). Sum of RGB (Red+Green+Blue) = 82+105+29=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #52691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52691D is #AD96E2. Grayscale: #595959. Windows color (decimal): -11376355 or 1927506. OLE color: 1927506.

HSL color Cylindrical-coordinate representation of color #52691D: hue angle of 78.16º degrees, saturation: 0.57, 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 #52691D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 29 -
CMYK 0.22 0 0.72 0.59
HSL 78.16º 0.57% 0.26% -
HSV(B) 78.16º 0.72% 0.41% -
XYZ 8.75 11.99 3.01 -
YUV 89.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 82 105 29 0.22 0 0.72 0.59 78.16 0.57 0.26
Hex 52 69 1D 16 0 48 3B 4E 39 1A
Octal 122 151 35 26 0 110 73 116 71 32
Binary 1010010 1101001 11101 10110 0 1001000 111011 1001110 111001 11010

Color Harmonies of #52691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52691D

Black with #52691D

Text Example


Text Example

White with #52691D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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