Html Css Color HEX #4B581E Verdun Green

📋 copy color: '#4B581E'

red 75 ◦ green 88 ◦ blue 30

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

Shades of Verdun Green #4B581E

Tints of Verdun Green #4B581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 38.86%
G = 45.6%
B = 15.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#4B581E (or 0x4B581E) is known color: Verdun Green. HEX triplet: 4B, 58 and 1E. RGB value is (75,88,30). Sum of RGB (Red+Green+Blue) = 75+88+30=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #4B581E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B581E is #B4A7E1. Grayscale: #4D4D4D. Windows color (decimal): -11839458 or 1988683. OLE color: 1988683.

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

Color convert

RGB 75 88 30 -
CMYK 0.15 0 0.66 0.65
HSL 73.45º 0.49% 0.23% -
HSV(B) 73.45º 0.66% 0.35% -
XYZ 6.63 8.57 2.53 -
YUV 77.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 75 88 30 0.15 0 0.66 0.65 73.45 0.49 0.23
Hex 4B 58 1E F 0 42 41 49 31 17
Octal 113 130 36 17 0 102 101 111 61 27
Binary 1001011 1011000 11110 1111 0 1000010 1000001 1001001 110001 10111

Color Harmonies of #4B581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B581E

Black with #4B581E

Text Example


Text Example

White with #4B581E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,30); }

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

background-color css

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

 a { background-color: rgb(75,88,30); }

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

border-color css

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

 span { border-color: rgb(75,88,30); }

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