Html Css Color HEX #4A5317 Verdun Green

📋 copy color: '#4A5317'

red 74 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #4A5317

Tints of Verdun Green #4A5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 41.11%
G = 46.11%
B = 12.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#4A5317 (or 0x4A5317) is known color: Verdun Green. HEX triplet: 4A, 53 and 17. RGB value is (74,83,23). Sum of RGB (Red+Green+Blue) = 74+83+23=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5317 is #B5ACE8. Grayscale: #494949. Windows color (decimal): -11906281 or 1528650. OLE color: 1528650.

HSL color Cylindrical-coordinate representation of color #4A5317: hue angle of 69º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A5317 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 83 23 -
CMYK 0.11 0 0.72 0.67
HSL 69º 0.57% 0.21% -
HSV(B) 69º 0.72% 0.33% -
XYZ 6.07 7.7 1.98 -
YUV 73.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 74 83 23 0.11 0 0.72 0.67 69 0.57 0.21
Hex 4A 53 17 B 0 48 43 45 39 15
Octal 112 123 27 13 0 110 103 105 71 25
Binary 1001010 1010011 10111 1011 0 1001000 1000011 1000101 111001 10101

Color Harmonies of #4A5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5317

Black with #4A5317

Text Example


Text Example

White with #4A5317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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