Html Css Color HEX #4A6426 Green Leaf

📋 copy color: '#4A6426'

red 74 ◦ green 100 ◦ blue 38

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

Shades of Green Leaf #4A6426

Tints of Green Leaf #4A6426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 34.91%
G = 47.17%
B = 17.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#4A6426 (or 0x4A6426) is known color: Green Leaf. HEX triplet: 4A, 64 and 26. RGB value is (74,100,38). Sum of RGB (Red+Green+Blue) = 74+100+38=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6426 is #B59BD9. Grayscale: #555555. Windows color (decimal): -11901914 or 2516042. OLE color: 2516042.

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

Color convert

RGB 74 100 38 -
CMYK 0.26 0 0.62 0.61
HSL 85.16º 0.45% 0.27% -
HSV(B) 85.16º 0.62% 0.39% -
XYZ 7.73 10.71 3.49 -
YUV 85.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 74 100 38 0.26 0 0.62 0.61 85.16 0.45 0.27
Hex 4A 64 26 1A 0 3E 3D 55 2D 1B
Octal 112 144 46 32 0 76 75 125 55 33
Binary 1001010 1100100 100110 11010 0 111110 111101 1010101 101101 11011

Color Harmonies of #4A6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6426

Black with #4A6426

Text Example


Text Example

White with #4A6426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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