Html Css Color HEX #52671C Green Leaf

📋 copy color: '#52671C'

red 82 ◦ green 103 ◦ blue 28

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

Shades of Green Leaf #52671C

Tints of Green Leaf #52671C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 38.5%
G = 48.36%
B = 13.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#52671C (or 0x52671C) is known color: Green Leaf. HEX triplet: 52, 67 and 1C. RGB value is (82,103,28). Sum of RGB (Red+Green+Blue) = 82+103+28=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #52671C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52671C is #AD98E3. Grayscale: #585858. Windows color (decimal): -11376868 or 1861458. OLE color: 1861458.

HSL color Cylindrical-coordinate representation of color #52671C: hue angle of 76.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52671C is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 28 -
CMYK 0.20 0 0.73 0.60
HSL 76.8º 0.57% 0.26% -
HSV(B) 76.8º 0.73% 0.4% -
XYZ 8.54 11.58 2.88 -
YUV 88.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 82 103 28 0.20 0 0.73 0.60 76.8 0.57 0.26
Hex 52 67 1C 14 0 49 3C 4D 39 1A
Octal 122 147 34 24 0 111 74 115 71 32
Binary 1010010 1100111 11100 10100 0 1001001 111100 1001101 111001 11010

Color Harmonies of #52671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52671C

Black with #52671C

Text Example


Text Example

White with #52671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52671C; }

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

 H1.HeaderClassName
 {
   color: #52671C;
 }
 .AnyTagClassName
 {
   color: #52671C;
 }
</style>

background-color css

<style>
 a { background-color: #52671C; }

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

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

border-color css

<style>
 span { border-color: #52671C; }

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

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