Html Css Color HEX #4B5114 Verdun Green

📋 copy color: '#4B5114'

red 75 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #4B5114

Tints of Verdun Green #4B5114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 42.61%
G = 46.02%
B = 11.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#4B5114 (or 0x4B5114) is known color: Verdun Green. HEX triplet: 4B, 51 and 14. RGB value is (75,81,20). Sum of RGB (Red+Green+Blue) = 75+81+20=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5114 is #B4AEEB. Grayscale: #484848. Windows color (decimal): -11841260 or 1331531. OLE color: 1331531.

HSL color Cylindrical-coordinate representation of color #4B5114: hue angle of 65.9º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B5114 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 20 -
CMYK 0.07 0 0.75 0.68
HSL 65.9º 0.6% 0.2% -
HSV(B) 65.9º 0.75% 0.32% -
XYZ 5.97 7.43 1.78 -
YUV 72.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 75 81 20 0.07 0 0.75 0.68 65.9 0.6 0.2
Hex 4B 51 14 7 0 4B 44 42 3C 14
Octal 113 121 24 7 0 113 104 102 74 24
Binary 1001011 1010001 10100 111 0 1001011 1000100 1000010 111100 10100

Color Harmonies of #4B5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5114

Black with #4B5114

Text Example


Text Example

White with #4B5114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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