Html Css Color HEX #4A730D Green Leaf

📋 copy color: '#4A730D'

red 74 ◦ green 115 ◦ blue 13

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

Shades of Green Leaf #4A730D

Tints of Green Leaf #4A730D

RGB

 RED value IS 74 (29.3% from 255) = 36.63%

 GREEN value IS 115 (45.31% from 255) = 56.93%

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 36.63%
G = 56.93%
B = 6.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#4A730D (or 0x4A730D) is known color: Green Leaf. HEX triplet: 4A, 73 and 0D. RGB value is (74,115,13). Sum of RGB (Red+Green+Blue) = 74+115+13=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #4A730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A730D is #B58CF2. Grayscale: #5B5B5B. Windows color (decimal): -11898099 or 881482. OLE color: 881482.

HSL color Cylindrical-coordinate representation of color #4A730D: hue angle of 84.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A730D is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 13 -
CMYK 0.36 0 0.89 0.55
HSL 84.12º 0.8% 0.25% -
HSV(B) 84.12º 0.89% 0.45% -
XYZ 9.03 13.75 2.56 -
YUV 91.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 74 115 13 0.36 0 0.89 0.55 84.12 0.8 0.25
Hex 4A 73 D 24 0 59 37 54 50 19
Octal 112 163 15 44 0 131 67 124 120 31
Binary 1001010 1110011 1101 100100 0 1011001 110111 1010100 1010000 11001

Color Harmonies of #4A730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A730D

Black with #4A730D

Text Example


Text Example

White with #4A730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,13); }

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

background-color css

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

 a { background-color: rgb(74,115,13); }

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

border-color css

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

 span { border-color: rgb(74,115,13); }

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