Html Css Color HEX #4B4909 Verdun Green

📋 copy color: '#4B4909'

red 75 ◦ green 73 ◦ blue 9

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

Shades of Verdun Green #4B4909

Tints of Verdun Green #4B4909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 47.77%
G = 46.5%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B4909 (or 0x4B4909) is known color: Verdun Green. HEX triplet: 4B, 49 and 09. RGB value is (75,73,9). Sum of RGB (Red+Green+Blue) = 75+73+9=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4909 is #B4B6F6. Grayscale: #424242. Windows color (decimal): -11843319 or 608587. OLE color: 608587.

HSL color Cylindrical-coordinate representation of color #4B4909: hue angle of 58.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B4909 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 73 9 -
CMYK 0 0.03 0.88 0.71
HSL 58.18º 0.79% 0.16% -
HSV(B) 58.18º 0.88% 0.29% -
XYZ 5.33 6.28 1.19 -
YUV 66.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 75 73 9 0 0.03 0.88 0.71 58.18 0.79 0.16
Hex 4B 49 9 0 3 58 47 3A 4F 10
Octal 113 111 11 0 3 130 107 72 117 20
Binary 1001011 1001001 1001 0 11 1011000 1000111 111010 1001111 10000

Color Harmonies of #4B4909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4909

Black with #4B4909

Text Example


Text Example

White with #4B4909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,73,9); }

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

background-color css

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

 a { background-color: rgb(75,73,9); }

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

border-color css

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

 span { border-color: rgb(75,73,9); }

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