Html Css Color HEX #4D681A Green Leaf

📋 copy color: '#4D681A'

red 77 ◦ green 104 ◦ blue 26

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

Shades of Green Leaf #4D681A

Tints of Green Leaf #4D681A

RGB

 RED value IS 77 (30.47% from 255) = 37.2%

 GREEN value IS 104 (41.02% from 255) = 50.24%

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 37.2%
G = 50.24%
B = 12.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#4D681A (or 0x4D681A) is known color: Green Leaf. HEX triplet: 4D, 68 and 1A. RGB value is (77,104,26). Sum of RGB (Red+Green+Blue) = 77+104+26=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #4D681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D681A is #B297E5. Grayscale: #575757. Windows color (decimal): -11704294 or 1730637. OLE color: 1730637.

HSL color Cylindrical-coordinate representation of color #4D681A: hue angle of 80.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D681A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 26 -
CMYK 0.26 0 0.75 0.59
HSL 80.77º 0.6% 0.25% -
HSV(B) 80.77º 0.75% 0.41% -
XYZ 8.2 11.55 2.78 -
YUV 87.04 93.55 120.84 -
System Red Green Blue C M Y K H S L
Decimal 77 104 26 0.26 0 0.75 0.59 80.77 0.6 0.25
Hex 4D 68 1A 1A 0 4B 3B 51 3C 19
Octal 115 150 32 32 0 113 73 121 74 31
Binary 1001101 1101000 11010 11010 0 1001011 111011 1010001 111100 11001

Color Harmonies of #4D681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D681A

Black with #4D681A

Text Example


Text Example

White with #4D681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D681A; }

 p { color: rgb(77,104,26); }

 H1.HeaderClassName
 {
   color: #4D681A;
 }
 .AnyTagClassName
 {
   color: #4D681A;
 }
</style>

background-color css

<style>
 a { background-color: #4D681A; }

 a { background-color: rgb(77,104,26); }

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

border-color css

<style>
 span { border-color: #4D681A; }

 span { border-color: rgb(77,104,26); }

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