Html Css Color HEX #4A6218 Verdun Green

📋 copy color: '#4A6218'

red 74 ◦ green 98 ◦ blue 24

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

Shades of Verdun Green #4A6218

Tints of Verdun Green #4A6218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 37.76%
G = 50%
B = 12.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#4A6218 (or 0x4A6218) is known color: Verdun Green. HEX triplet: 4A, 62 and 18. RGB value is (74,98,24). Sum of RGB (Red+Green+Blue) = 74+98+24=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6218 is #B59DE7. Grayscale: #525252. Windows color (decimal): -11902440 or 1598026. OLE color: 1598026.

HSL color Cylindrical-coordinate representation of color #4A6218: hue angle of 79.46º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A6218 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 98 24 -
CMYK 0.24 0 0.76 0.62
HSL 79.46º 0.61% 0.24% -
HSV(B) 79.46º 0.76% 0.38% -
XYZ 7.36 10.26 2.46 -
YUV 82.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 74 98 24 0.24 0 0.76 0.62 79.46 0.61 0.24
Hex 4A 62 18 18 0 4C 3E 4F 3D 18
Octal 112 142 30 30 0 114 76 117 75 30
Binary 1001010 1100010 11000 11000 0 1001100 111110 1001111 111101 11000

Color Harmonies of #4A6218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6218

Black with #4A6218

Text Example


Text Example

White with #4A6218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,98,24); }

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

background-color css

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

 a { background-color: rgb(74,98,24); }

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

border-color css

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

 span { border-color: rgb(74,98,24); }

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