Html Css Color HEX #4B5315 Verdun Green

📋 copy color: '#4B5315'

red 75 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #4B5315

Tints of Verdun Green #4B5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

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

R = 41.9%
G = 46.37%
B = 11.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#4B5315 (or 0x4B5315) is known color: Verdun Green. HEX triplet: 4B, 53 and 15. RGB value is (75,83,21). Sum of RGB (Red+Green+Blue) = 75+83+21=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5315 is #B4ACEA. Grayscale: #494949. Windows color (decimal): -11840747 or 1397579. OLE color: 1397579.

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

Color convert

RGB 75 83 21 -
CMYK 0.10 0 0.75 0.67
HSL 67.74º 0.6% 0.2% -
HSV(B) 67.74º 0.75% 0.33% -
XYZ 6.13 7.74 1.88 -
YUV 73.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 75 83 21 0.10 0 0.75 0.67 67.74 0.6 0.2
Hex 4B 53 15 A 0 4B 43 44 3C 14
Octal 113 123 25 12 0 113 103 104 74 24
Binary 1001011 1010011 10101 1010 0 1001011 1000011 1000100 111100 10100

Color Harmonies of #4B5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5315

Black with #4B5315

Text Example


Text Example

White with #4B5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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