Html Css Color HEX #4B4A13 Verdun Green

📋 copy color: '#4B4A13'

red 75 ◦ green 74 ◦ blue 19

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

Shades of Verdun Green #4B4A13

Tints of Verdun Green #4B4A13

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4B4A13: hue angle of 58.93º 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 #4B4A13 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 74 19 -
CMYK 0 0.01 0.75 0.71
HSL 58.93º 0.6% 0.18% -
HSV(B) 58.93º 0.75% 0.29% -
XYZ 5.47 6.44 1.57 -
YUV 68.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 75 74 19 0 0.01 0.75 0.71 58.93 0.6 0.18
Hex 4B 4A 13 0 1 4B 47 3B 3C 12
Octal 113 112 23 0 1 113 107 73 74 22
Binary 1001011 1001010 10011 0 1 1001011 1000111 111011 111100 10010

Color Harmonies of #4B4A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4A13

Black with #4B4A13

Text Example


Text Example

White with #4B4A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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