Html Css Color HEX #4B5010 Verdun Green

📋 copy color: '#4B5010'

red 75 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #4B5010

Tints of Verdun Green #4B5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 43.86%
G = 46.78%
B = 9.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4B5010 (or 0x4B5010) is known color: Verdun Green. HEX triplet: 4B, 50 and 10. RGB value is (75,80,16). Sum of RGB (Red+Green+Blue) = 75+80+16=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5010 is #B4AFEF. Grayscale: #474747. Windows color (decimal): -11841520 or 1069131. OLE color: 1069131.

HSL color Cylindrical-coordinate representation of color #4B5010: hue angle of 64.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B5010 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 80 16 -
CMYK 0.06 0 0.80 0.69
HSL 64.69º 0.67% 0.19% -
HSV(B) 64.69º 0.8% 0.31% -
XYZ 5.86 7.27 1.58 -
YUV 71.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 75 80 16 0.06 0 0.80 0.69 64.69 0.67 0.19
Hex 4B 50 10 6 0 50 45 41 43 13
Octal 113 120 20 6 0 120 105 101 103 23
Binary 1001011 1010000 10000 110 0 1010000 1000101 1000001 1000011 10011

Color Harmonies of #4B5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5010

Black with #4B5010

Text Example


Text Example

White with #4B5010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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