#4B550E

Color #4B550E Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4B550E

Tints of Verdun Green #4B550E

Color information

#4B550E (or 0x4B550E) is unknown color: approx 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

RGB758514-
CMYK0.1200.840.67
HSL68.45º71.72%19.41%-
HSV(B)68.45º83.53%33.33%-
XYZ6.238.021.64-
YUV73.9294.19128.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=43.10%
G=48.85%
B=8.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585140.1200.840.6768.4571.7219.41
Hex4B55EC05443444813
Octal1131251614012410310411023
Binary10010111010101111011000101010010000111000100100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>