Html Css Color HEX #4B5108 Verdun Green

📋 copy color: '#4B5108'

red 75 ◦ green 81 ◦ blue 8

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

Shades of Verdun Green #4B5108

Tints of Verdun Green #4B5108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.39%

 BLUE value IS 8 (3.52% from 255) = 4.88%

R = 45.73%
G = 49.39%
B = 4.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#4B5108 (or 0x4B5108) is known color: Verdun Green. HEX triplet: 4B, 51 and 08. RGB value is (75,81,8). Sum of RGB (Red+Green+Blue) = 75+81+8=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5108 is #B4AEF7. Grayscale: #474747. Windows color (decimal): -11841272 or 545099. OLE color: 545099.

HSL color Cylindrical-coordinate representation of color #4B5108: hue angle of 64.93º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B5108 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 8 -
CMYK 0.07 0 0.90 0.68
HSL 64.93º 0.82% 0.17% -
HSV(B) 64.93º 0.9% 0.32% -
XYZ 5.89 7.4 1.35 -
YUV 70.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 75 81 8 0.07 0 0.90 0.68 64.93 0.82 0.17
Hex 4B 51 8 7 0 5A 44 41 52 11
Octal 113 121 10 7 0 132 104 101 122 21
Binary 1001011 1010001 1000 111 0 1011010 1000100 1000001 1010010 10001

Color Harmonies of #4B5108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5108

Black with #4B5108

Text Example


Text Example

White with #4B5108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,81,8); }

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

background-color css

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

 a { background-color: rgb(75,81,8); }

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

border-color css

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

 span { border-color: rgb(75,81,8); }

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