Html Css Color HEX #4B5515 Verdun Green

📋 copy color: '#4B5515'

red 75 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #4B5515

Tints of Verdun Green #4B5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 41.44%
G = 46.96%
B = 11.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#4B5515 (or 0x4B5515) is known color: Verdun Green. HEX triplet: 4B, 55 and 15. RGB value is (75,85,21). Sum of RGB (Red+Green+Blue) = 75+85+21=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5515 is #B4AAEA. Grayscale: #4A4A4A. Windows color (decimal): -11840235 or 1398091. OLE color: 1398091.

HSL color Cylindrical-coordinate representation of color #4B5515: hue angle of 69.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B5515 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 85 21 -
CMYK 0.12 0 0.75 0.67
HSL 69.38º 0.6% 0.21% -
HSV(B) 69.38º 0.75% 0.33% -
XYZ 6.29 8.05 1.93 -
YUV 74.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 75 85 21 0.12 0 0.75 0.67 69.38 0.6 0.21
Hex 4B 55 15 C 0 4B 43 45 3C 15
Octal 113 125 25 14 0 113 103 105 74 25
Binary 1001011 1010101 10101 1100 0 1001011 1000011 1000101 111100 10101

Color Harmonies of #4B5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5515

Black with #4B5515

Text Example


Text Example

White with #4B5515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,85,21); }

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

background-color css

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

 a { background-color: rgb(75,85,21); }

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

border-color css

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

 span { border-color: rgb(75,85,21); }

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