Html Css Color HEX #4B550D Verdun Green

📋 copy color: '#4B550D'

red 75 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #4B550D

Tints of Verdun Green #4B550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 43.35%
G = 49.13%
B = 7.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#4B550D (or 0x4B550D) is known color: Verdun Green. HEX triplet: 4B, 55 and 0D. RGB value is (75,85,13). Sum of RGB (Red+Green+Blue) = 75+85+13=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #4B550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B550D is #B4AAF2. Grayscale: #4A4A4A. Windows color (decimal): -11840243 or 873803. OLE color: 873803.

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

Color convert

RGB 75 85 13 -
CMYK 0.12 0 0.85 0.67
HSL 68.33º 0.73% 0.19% -
HSV(B) 68.33º 0.85% 0.33% -
XYZ 6.22 8.02 1.6 -
YUV 73.8 93.69 128.85 -
System Red Green Blue C M Y K H S L
Decimal 75 85 13 0.12 0 0.85 0.67 68.33 0.73 0.19
Hex 4B 55 D C 0 55 43 44 49 13
Octal 113 125 15 14 0 125 103 104 111 23
Binary 1001011 1010101 1101 1100 0 1010101 1000011 1000100 1001001 10011

Color Harmonies of #4B550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B550D

Black with #4B550D

Text Example


Text Example

White with #4B550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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