Html Css Color HEX #4A7512 Green Leaf

📋 copy color: '#4A7512'

red 74 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #4A7512

Tints of Green Leaf #4A7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 35.41%
G = 55.98%
B = 8.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#4A7512 (or 0x4A7512) is known color: Green Leaf. HEX triplet: 4A, 75 and 12. RGB value is (74,117,18). Sum of RGB (Red+Green+Blue) = 74+117+18=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7512 is #B58AED. Grayscale: #5D5D5D. Windows color (decimal): -11897582 or 1209674. OLE color: 1209674.

HSL color Cylindrical-coordinate representation of color #4A7512: hue angle of 86.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A7512 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 117 18 -
CMYK 0.37 0 0.85 0.54
HSL 86.06º 0.73% 0.26% -
HSV(B) 86.06º 0.85% 0.46% -
XYZ 9.29 14.22 2.83 -
YUV 92.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 74 117 18 0.37 0 0.85 0.54 86.06 0.73 0.26
Hex 4A 75 12 25 0 55 36 56 49 1A
Octal 112 165 22 45 0 125 66 126 111 32
Binary 1001010 1110101 10010 100101 0 1010101 110110 1010110 1001001 11010

Color Harmonies of #4A7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7512

Black with #4A7512

Text Example


Text Example

White with #4A7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,117,18); }

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

background-color css

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

 a { background-color: rgb(74,117,18); }

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

border-color css

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

 span { border-color: rgb(74,117,18); }

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