Html Css Color HEX #4B5618 Verdun Green

📋 copy color: '#4B5618'

red 75 ◦ green 86 ◦ blue 24

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

Shades of Verdun Green #4B5618

Tints of Verdun Green #4B5618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.49%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 40.54%
G = 46.49%
B = 12.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#4B5618 (or 0x4B5618) is known color: Verdun Green. HEX triplet: 4B, 56 and 18. RGB value is (75,86,24). Sum of RGB (Red+Green+Blue) = 75+86+24=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5618 is #B4A9E7. Grayscale: #4B4B4B. Windows color (decimal): -11839976 or 1594955. OLE color: 1594955.

HSL color Cylindrical-coordinate representation of color #4B5618: hue angle of 70.65º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B5618 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 86 24 -
CMYK 0.13 0 0.72 0.66
HSL 70.65º 0.56% 0.22% -
HSV(B) 70.65º 0.72% 0.34% -
XYZ 6.39 8.22 2.11 -
YUV 75.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 75 86 24 0.13 0 0.72 0.66 70.65 0.56 0.22
Hex 4B 56 18 D 0 48 42 47 38 16
Octal 113 126 30 15 0 110 102 107 70 26
Binary 1001011 1010110 11000 1101 0 1001000 1000010 1000111 111000 10110

Color Harmonies of #4B5618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5618

Black with #4B5618

Text Example


Text Example

White with #4B5618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,86,24); }

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

background-color css

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

 a { background-color: rgb(75,86,24); }

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

border-color css

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

 span { border-color: rgb(75,86,24); }

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