Html Css Color HEX #4B550E Verdun Green

📋 copy color: '#4B550E'

red 75 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #4B550E

Tints of Verdun Green #4B550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 43.1%
G = 48.85%
B = 8.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#4B550E (or 0x4B550E) is known color: Verdun Green. HEX triplet: 4B, 55 and 0E. RGB value is (75,85,14). Sum of RGB (Red+Green+Blue) = 75+85+14=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #4B550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B550E is #B4AAF1. Grayscale: #4A4A4A. Windows color (decimal): -11840242 or 939339. OLE color: 939339.

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

Color convert

RGB 75 85 14 -
CMYK 0.12 0 0.84 0.67
HSL 68.45º 0.72% 0.19% -
HSV(B) 68.45º 0.84% 0.33% -
XYZ 6.23 8.02 1.64 -
YUV 73.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 75 85 14 0.12 0 0.84 0.67 68.45 0.72 0.19
Hex 4B 55 E C 0 54 43 44 48 13
Octal 113 125 16 14 0 124 103 104 110 23
Binary 1001011 1010101 1110 1100 0 1010100 1000011 1000100 1001000 10011

Color Harmonies of #4B550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B550E

Black with #4B550E

Text Example


Text Example

White with #4B550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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