Html Css Color HEX #4B5008 Verdun Green

📋 copy color: '#4B5008'

red 75 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #4B5008

Tints of Verdun Green #4B5008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.08%

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

R = 46.01%
G = 49.08%
B = 4.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4B5008 (or 0x4B5008) is known color: Verdun Green. HEX triplet: 4B, 50 and 08. RGB value is (75,80,8). Sum of RGB (Red+Green+Blue) = 75+80+8=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5008 is #B4AFF7. Grayscale: #464646. Windows color (decimal): -11841528 or 544843. OLE color: 544843.

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

Color convert

RGB 75 80 8 -
CMYK 0.06 0 0.90 0.69
HSL 64.17º 0.82% 0.17% -
HSV(B) 64.17º 0.9% 0.31% -
XYZ 5.81 7.25 1.32 -
YUV 70.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 75 80 8 0.06 0 0.90 0.69 64.17 0.82 0.17
Hex 4B 50 8 6 0 5A 45 40 52 11
Octal 113 120 10 6 0 132 105 100 122 21
Binary 1001011 1010000 1000 110 0 1011010 1000101 1000000 1010010 10001

Color Harmonies of #4B5008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5008

Black with #4B5008

Text Example


Text Example

White with #4B5008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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