Html Css Color HEX #52671F Green Leaf

📋 copy color: '#52671F'

red 82 ◦ green 103 ◦ blue 31

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

Shades of Green Leaf #52671F

Tints of Green Leaf #52671F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 37.96%
G = 47.69%
B = 14.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#52671F (or 0x52671F) is known color: Green Leaf. HEX triplet: 52, 67 and 1F. RGB value is (82,103,31). Sum of RGB (Red+Green+Blue) = 82+103+31=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 103 - color contains mainly: green. Hex color #52671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52671F is #AD98E0. Grayscale: #585858. Windows color (decimal): -11376865 or 2058066. OLE color: 2058066.

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

Color convert

RGB 82 103 31 -
CMYK 0.20 0 0.70 0.60
HSL 77.5º 0.54% 0.26% -
HSV(B) 77.5º 0.7% 0.4% -
XYZ 8.58 11.59 3.08 -
YUV 88.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 82 103 31 0.20 0 0.70 0.60 77.5 0.54 0.26
Hex 52 67 1F 14 0 46 3C 4E 36 1A
Octal 122 147 37 24 0 106 74 116 66 32
Binary 1010010 1100111 11111 10100 0 1000110 111100 1001110 110110 11010

Color Harmonies of #52671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52671F

Black with #52671F

Text Example


Text Example

White with #52671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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