Html Css Color HEX #4A5306 Verdun Green

📋 copy color: '#4A5306'

red 74 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #4A5306

Tints of Verdun Green #4A5306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 45.4%
G = 50.92%
B = 3.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#4A5306 (or 0x4A5306) is known color: Verdun Green. HEX triplet: 4A, 53 and 06. RGB value is (74,83,6). Sum of RGB (Red+Green+Blue) = 74+83+6=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5306 is #B5ACF9. Grayscale: #474747. Windows color (decimal): -11906298 or 414538. OLE color: 414538.

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

Color convert

RGB 74 83 6 -
CMYK 0.11 0 0.93 0.67
HSL 67.01º 0.87% 0.17% -
HSV(B) 67.01º 0.93% 0.33% -
XYZ 5.95 7.66 1.34 -
YUV 71.53 91.02 129.76 -
System Red Green Blue C M Y K H S L
Decimal 74 83 6 0.11 0 0.93 0.67 67.01 0.87 0.17
Hex 4A 53 6 B 0 5D 43 43 57 11
Octal 112 123 6 13 0 135 103 103 127 21
Binary 1001010 1010011 110 1011 0 1011101 1000011 1000011 1010111 10001

Color Harmonies of #4A5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5306

Black with #4A5306

Text Example


Text Example

White with #4A5306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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