Html Css Color HEX #4B5A19 Verdun Green

📋 copy color: '#4B5A19'

red 75 ◦ green 90 ◦ blue 25

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

Shades of Verdun Green #4B5A19

Tints of Verdun Green #4B5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.37%

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 39.47%
G = 47.37%
B = 13.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#4B5A19 (or 0x4B5A19) is known color: Verdun Green. HEX triplet: 4B, 5A and 19. RGB value is (75,90,25). Sum of RGB (Red+Green+Blue) = 75+90+25=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5A19 is #B4A5E6. Grayscale: #4E4E4E. Windows color (decimal): -11838951 or 1661515. OLE color: 1661515.

HSL color Cylindrical-coordinate representation of color #4B5A19: hue angle of 73.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B5A19 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 90 25 -
CMYK 0.17 0 0.72 0.65
HSL 73.85º 0.57% 0.23% -
HSV(B) 73.85º 0.72% 0.35% -
XYZ 6.73 8.88 2.28 -
YUV 78.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 75 90 25 0.17 0 0.72 0.65 73.85 0.57 0.23
Hex 4B 5A 19 11 0 48 41 4A 39 17
Octal 113 132 31 21 0 110 101 112 71 27
Binary 1001011 1011010 11001 10001 0 1001000 1000001 1001010 111001 10111

Color Harmonies of #4B5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A19

Black with #4B5A19

Text Example


Text Example

White with #4B5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,90,25); }

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

background-color css

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

 a { background-color: rgb(75,90,25); }

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

border-color css

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

 span { border-color: rgb(75,90,25); }

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