Html Css Color HEX #4A6F10 Green Leaf

📋 copy color: '#4A6F10'

red 74 ◦ green 111 ◦ blue 16

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

Shades of Green Leaf #4A6F10

Tints of Green Leaf #4A6F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.22%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 36.82%
G = 55.22%
B = 7.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#4A6F10 (or 0x4A6F10) is known color: Green Leaf. HEX triplet: 4A, 6F and 10. RGB value is (74,111,16). Sum of RGB (Red+Green+Blue) = 74+111+16=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6F10 is #B590EF. Grayscale: #595959. Windows color (decimal): -11899120 or 1077066. OLE color: 1077066.

HSL color Cylindrical-coordinate representation of color #4A6F10: hue angle of 83.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A6F10 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 111 16 -
CMYK 0.33 0 0.86 0.56
HSL 83.37º 0.75% 0.25% -
HSV(B) 83.37º 0.86% 0.44% -
XYZ 8.6 12.86 2.52 -
YUV 89.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 74 111 16 0.33 0 0.86 0.56 83.37 0.75 0.25
Hex 4A 6F 10 21 0 56 38 53 4B 19
Octal 112 157 20 41 0 126 70 123 113 31
Binary 1001010 1101111 10000 100001 0 1010110 111000 1010011 1001011 11001

Color Harmonies of #4A6F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6F10

Black with #4A6F10

Text Example


Text Example

White with #4A6F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,111,16); }

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

background-color css

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

 a { background-color: rgb(74,111,16); }

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

border-color css

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

 span { border-color: rgb(74,111,16); }

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