Html Css Color HEX #4A5312 Verdun Green

📋 copy color: '#4A5312'

red 74 ◦ green 83 ◦ blue 18

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

Shades of Verdun Green #4A5312

Tints of Verdun Green #4A5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 42.29%
G = 47.43%
B = 10.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#4A5312 (or 0x4A5312) is known color: Verdun Green. HEX triplet: 4A, 53 and 12. RGB value is (74,83,18). Sum of RGB (Red+Green+Blue) = 74+83+18=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5312 is #B5ACED. Grayscale: #494949. Windows color (decimal): -11906286 or 1200970. OLE color: 1200970.

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

Color convert

RGB 74 83 18 -
CMYK 0.11 0 0.78 0.67
HSL 68.31º 0.64% 0.2% -
HSV(B) 68.31º 0.78% 0.33% -
XYZ 6.03 7.69 1.74 -
YUV 72.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 74 83 18 0.11 0 0.78 0.67 68.31 0.64 0.2
Hex 4A 53 12 B 0 4E 43 44 40 14
Octal 112 123 22 13 0 116 103 104 100 24
Binary 1001010 1010011 10010 1011 0 1001110 1000011 1000100 1000000 10100

Color Harmonies of #4A5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5312

Black with #4A5312

Text Example


Text Example

White with #4A5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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