Html Css Color HEX #4B5017 Verdun Green

📋 copy color: '#4B5017'

red 75 ◦ green 80 ◦ blue 23

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

Shades of Verdun Green #4B5017

Tints of Verdun Green #4B5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.92%

R = 42.13%
G = 44.94%
B = 12.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#4B5017 (or 0x4B5017) is known color: Verdun Green. HEX triplet: 4B, 50 and 17. RGB value is (75,80,23). Sum of RGB (Red+Green+Blue) = 75+80+23=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5017 is #B4AFE8. Grayscale: #484848. Windows color (decimal): -11841513 or 1527883. OLE color: 1527883.

HSL color Cylindrical-coordinate representation of color #4B5017: hue angle of 65.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B5017 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 80 23 -
CMYK 0.06 0 0.71 0.69
HSL 65.26º 0.55% 0.2% -
HSV(B) 65.26º 0.71% 0.31% -
XYZ 5.92 7.3 1.91 -
YUV 72.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 75 80 23 0.06 0 0.71 0.69 65.26 0.55 0.2
Hex 4B 50 17 6 0 47 45 41 37 14
Octal 113 120 27 6 0 107 105 101 67 24
Binary 1001011 1010000 10111 110 0 1000111 1000101 1000001 110111 10100

Color Harmonies of #4B5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5017

Black with #4B5017

Text Example


Text Example

White with #4B5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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