Html Css Color HEX #4A5315 Verdun Green

📋 copy color: '#4A5315'

red 74 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #4A5315

Tints of Verdun Green #4A5315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 41.57%
G = 46.63%
B = 11.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#4A5315 (or 0x4A5315) is known color: Verdun Green. HEX triplet: 4A, 53 and 15. RGB value is (74,83,21). Sum of RGB (Red+Green+Blue) = 74+83+21=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5315 is #B5ACEA. Grayscale: #494949. Windows color (decimal): -11906283 or 1397578. OLE color: 1397578.

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

Color convert

RGB 74 83 21 -
CMYK 0.11 0 0.75 0.67
HSL 68.71º 0.6% 0.2% -
HSV(B) 68.71º 0.75% 0.33% -
XYZ 6.05 7.7 1.88 -
YUV 73.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 74 83 21 0.11 0 0.75 0.67 68.71 0.6 0.2
Hex 4A 53 15 B 0 4B 43 45 3C 14
Octal 112 123 25 13 0 113 103 105 74 24
Binary 1001010 1010011 10101 1011 0 1001011 1000011 1000101 111100 10100

Color Harmonies of #4A5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5315

Black with #4A5315

Text Example


Text Example

White with #4A5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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