Html Css Color HEX #52692A Green Leaf

📋 copy color: '#52692A'

red 82 ◦ green 105 ◦ blue 42

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

Shades of Green Leaf #52692A

Tints of Green Leaf #52692A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.34%

R = 35.81%
G = 45.85%
B = 18.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#52692A (or 0x52692A) is known color: Green Leaf. HEX triplet: 52, 69 and 2A. RGB value is (82,105,42). Sum of RGB (Red+Green+Blue) = 82+105+42=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #52692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52692A is #AD96D5. Grayscale: #5B5B5B. Windows color (decimal): -11376342 or 2779474. OLE color: 2779474.

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

Color convert

RGB 82 105 42 -
CMYK 0.22 0 0.6 0.59
HSL 81.9º 0.43% 0.29% -
HSV(B) 81.9º 0.6% 0.41% -
XYZ 8.95 12.06 4.05 -
YUV 90.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 82 105 42 0.22 0 0.6 0.59 81.9 0.43 0.29
Hex 52 69 2A 16 0 3C 3B 52 2B 1D
Octal 122 151 52 26 0 74 73 122 53 35
Binary 1010010 1101001 101010 10110 0 111100 111011 1010010 101011 11101

Color Harmonies of #52692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52692A

Black with #52692A

Text Example


Text Example

White with #52692A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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