Html Css Color HEX #4A5817 Verdun Green

📋 copy color: '#4A5817'

red 74 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #4A5817

Tints of Verdun Green #4A5817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 40%
G = 47.57%
B = 12.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#4A5817 (or 0x4A5817) is known color: Verdun Green. HEX triplet: 4A, 58 and 17. RGB value is (74,88,23). Sum of RGB (Red+Green+Blue) = 74+88+23=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5817 is #B5A7E8. Grayscale: #4C4C4C. Windows color (decimal): -11905001 or 1529930. OLE color: 1529930.

HSL color Cylindrical-coordinate representation of color #4A5817: hue angle of 72.92º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A5817 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 23 -
CMYK 0.16 0 0.74 0.65
HSL 72.92º 0.59% 0.22% -
HSV(B) 72.92º 0.74% 0.35% -
XYZ 6.47 8.5 2.11 -
YUV 76.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 74 88 23 0.16 0 0.74 0.65 72.92 0.59 0.22
Hex 4A 58 17 10 0 4A 41 49 3B 16
Octal 112 130 27 20 0 112 101 111 73 26
Binary 1001010 1011000 10111 10000 0 1001010 1000001 1001001 111011 10110

Color Harmonies of #4A5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5817

Black with #4A5817

Text Example


Text Example

White with #4A5817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,23); }

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

background-color css

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

 a { background-color: rgb(74,88,23); }

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

border-color css

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

 span { border-color: rgb(74,88,23); }

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