Html Css Color HEX #52692D Green Leaf

📋 copy color: '#52692D'

red 82 ◦ green 105 ◦ blue 45

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

Shades of Green Leaf #52692D

Tints of Green Leaf #52692D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 35.34%
G = 45.26%
B = 19.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#52692D (or 0x52692D) is known color: Green Leaf. HEX triplet: 52, 69 and 2D. RGB value is (82,105,45). Sum of RGB (Red+Green+Blue) = 82+105+45=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #52692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52692D is #AD96D2. Grayscale: #5B5B5B. Windows color (decimal): -11376339 or 2976082. OLE color: 2976082.

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

Color convert

RGB 82 105 45 -
CMYK 0.22 0 0.57 0.59
HSL 83º 0.4% 0.29% -
HSV(B) 83º 0.57% 0.41% -
XYZ 9 12.09 4.34 -
YUV 91.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 82 105 45 0.22 0 0.57 0.59 83 0.4 0.29
Hex 52 69 2D 16 0 39 3B 53 28 1D
Octal 122 151 55 26 0 71 73 123 50 35
Binary 1010010 1101001 101101 10110 0 111001 111011 1010011 101000 11101

Color Harmonies of #52692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52692D

Black with #52692D

Text Example


Text Example

White with #52692D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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