Html Css Color HEX #4A4B13 Verdun Green

📋 copy color: '#4A4B13'

red 74 ◦ green 75 ◦ blue 19

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

Shades of Verdun Green #4A4B13

Tints of Verdun Green #4A4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.64%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 44.05%
G = 44.64%
B = 11.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#4A4B13 (or 0x4A4B13) is known color: Verdun Green. HEX triplet: 4A, 4B and 13. RGB value is (74,75,19). Sum of RGB (Red+Green+Blue) = 74+75+19=168 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.05% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4B13 is #B5B4EC. Grayscale: #444444. Windows color (decimal): -11908333 or 1264458. OLE color: 1264458.

HSL color Cylindrical-coordinate representation of color #4A4B13: hue angle of 61.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A4B13 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 75 19 -
CMYK 0.01 0 0.75 0.71
HSL 61.07º 0.6% 0.18% -
HSV(B) 61.07º 0.75% 0.29% -
XYZ 5.46 6.54 1.59 -
YUV 68.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 74 75 19 0.01 0 0.75 0.71 61.07 0.6 0.18
Hex 4A 4B 13 1 0 4B 47 3D 3C 12
Octal 112 113 23 1 0 113 107 75 74 22
Binary 1001010 1001011 10011 1 0 1001011 1000111 111101 111100 10010

Color Harmonies of #4A4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4B13

Black with #4A4B13

Text Example


Text Example

White with #4A4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,75,19); }

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

background-color css

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

 a { background-color: rgb(74,75,19); }

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

border-color css

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

 span { border-color: rgb(74,75,19); }

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