Html Css Color HEX #52692E Green Leaf

📋 copy color: '#52692E'

red 82 ◦ green 105 ◦ blue 46

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

Shades of Green Leaf #52692E

Tints of Green Leaf #52692E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 35.19%
G = 45.06%
B = 19.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#52692E (or 0x52692E) is known color: Green Leaf. HEX triplet: 52, 69 and 2E. RGB value is (82,105,46). Sum of RGB (Red+Green+Blue) = 82+105+46=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #52692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52692E is #AD96D1. Grayscale: #5B5B5B. Windows color (decimal): -11376338 or 3041618. OLE color: 3041618.

HSL color Cylindrical-coordinate representation of color #52692E: hue angle of 83.39º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52692E is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 46 -
CMYK 0.22 0 0.56 0.59
HSL 83.39º 0.39% 0.3% -
HSV(B) 83.39º 0.56% 0.41% -
XYZ 9.02 12.09 4.44 -
YUV 91.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 82 105 46 0.22 0 0.56 0.59 83.39 0.39 0.3
Hex 52 69 2E 16 0 38 3B 53 27 1E
Octal 122 151 56 26 0 70 73 123 47 36
Binary 1010010 1101001 101110 10110 0 111000 111011 1010011 100111 11110

Color Harmonies of #52692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52692E

Black with #52692E

Text Example


Text Example

White with #52692E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52692E; }

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

 H1.HeaderClassName
 {
   color: #52692E;
 }
 .AnyTagClassName
 {
   color: #52692E;
 }
</style>

background-color css

<style>
 a { background-color: #52692E; }

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

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

border-color css

<style>
 span { border-color: #52692E; }

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

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