Html Css Color HEX #52672B Green Leaf

📋 copy color: '#52672B'

red 82 ◦ green 103 ◦ blue 43

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

Shades of Green Leaf #52672B

Tints of Green Leaf #52672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

 BLUE value IS 43 (17.19% from 255) = 18.86%

R = 35.96%
G = 45.18%
B = 18.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#52672B (or 0x52672B) is known color: Green Leaf. HEX triplet: 52, 67 and 2B. RGB value is (82,103,43). Sum of RGB (Red+Green+Blue) = 82+103+43=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #52672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52672B is #AD98D4. Grayscale: #5A5A5A. Windows color (decimal): -11376853 or 2844498. OLE color: 2844498.

HSL color Cylindrical-coordinate representation of color #52672B: hue angle of 81º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52672B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 43 -
CMYK 0.20 0 0.58 0.60
HSL 81º 0.41% 0.29% -
HSV(B) 81º 0.58% 0.4% -
XYZ 8.77 11.67 4.08 -
YUV 89.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 82 103 43 0.20 0 0.58 0.60 81 0.41 0.29
Hex 52 67 2B 14 0 3A 3C 51 29 1D
Octal 122 147 53 24 0 72 74 121 51 35
Binary 1010010 1100111 101011 10100 0 111010 111100 1010001 101001 11101

Color Harmonies of #52672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52672B

Black with #52672B

Text Example


Text Example

White with #52672B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52672B; }

 p { color: rgb(82,103,43); }

 H1.HeaderClassName
 {
   color: #52672B;
 }
 .AnyTagClassName
 {
   color: #52672B;
 }
</style>

background-color css

<style>
 a { background-color: #52672B; }

 a { background-color: rgb(82,103,43); }

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

border-color css

<style>
 span { border-color: #52672B; }

 span { border-color: rgb(82,103,43); }

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