Html Css Color HEX #4B4807 Verdun Green

📋 copy color: '#4B4807'

red 75 ◦ green 72 ◦ blue 7

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

Shades of Verdun Green #4B4807

Tints of Verdun Green #4B4807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.75%

 BLUE value IS 7 (3.13% from 255) = 4.55%

R = 48.7%
G = 46.75%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.71

RGB Variations

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

Color information

#4B4807 (or 0x4B4807) is known color: Verdun Green. HEX triplet: 4B, 48 and 07. RGB value is (75,72,7). Sum of RGB (Red+Green+Blue) = 75+72+7=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4807 is #B4B7F8. Grayscale: #414141. Windows color (decimal): -11843577 or 477259. OLE color: 477259.

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

Color convert

RGB 75 72 7 -
CMYK 0 0.04 0.91 0.71
HSL 57.35º 0.83% 0.16% -
HSV(B) 57.35º 0.91% 0.29% -
XYZ 5.26 6.15 1.11 -
YUV 65.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 75 72 7 0 0.04 0.91 0.71 57.35 0.83 0.16
Hex 4B 48 7 0 4 5B 47 39 53 10
Octal 113 110 7 0 4 133 107 71 123 20
Binary 1001011 1001000 111 0 100 1011011 1000111 111001 1010011 10000

Color Harmonies of #4B4807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4807

Black with #4B4807

Text Example


Text Example

White with #4B4807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,72,7); }

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

background-color css

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

 a { background-color: rgb(75,72,7); }

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

border-color css

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

 span { border-color: rgb(75,72,7); }

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