Html Css Color HEX #4A642A Green Leaf

📋 copy color: '#4A642A'

red 74 ◦ green 100 ◦ blue 42

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

Shades of Green Leaf #4A642A

Tints of Green Leaf #4A642A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 34.26%
G = 46.3%
B = 19.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#4A642A (or 0x4A642A) is known color: Green Leaf. HEX triplet: 4A, 64 and 2A. RGB value is (74,100,42). Sum of RGB (Red+Green+Blue) = 74+100+42=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #4A642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A642A is #B59BD5. Grayscale: #555555. Windows color (decimal): -11901910 or 2778186. OLE color: 2778186.

HSL color Cylindrical-coordinate representation of color #4A642A: hue angle of 86.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A642A is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 100 42 -
CMYK 0.26 0 0.58 0.61
HSL 86.9º 0.41% 0.28% -
HSV(B) 86.9º 0.58% 0.39% -
XYZ 7.8 10.74 3.85 -
YUV 85.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 74 100 42 0.26 0 0.58 0.61 86.9 0.41 0.28
Hex 4A 64 2A 1A 0 3A 3D 57 29 1C
Octal 112 144 52 32 0 72 75 127 51 34
Binary 1001010 1100100 101010 11010 0 111010 111101 1010111 101001 11100

Color Harmonies of #4A642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A642A

Black with #4A642A

Text Example


Text Example

White with #4A642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,100,42); }

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

background-color css

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

 a { background-color: rgb(74,100,42); }

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

border-color css

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

 span { border-color: rgb(74,100,42); }

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