#4B550F

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

Shades of Verdun Green #4B550F

Tints of Verdun Green #4B550F

Color information

#4B550F (or 0x4B550F) is unknown color: approx Verdun Green. HEX triplet: 4B, 55 and 0F. RGB value is (75,85,15). Sum of RGB (Red+Green+Blue) = 75+85+15=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #4B550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B550F is #B4AAF0. Grayscale: #4A4A4A. Windows color (decimal): -11840241 or 1004875. OLE color: 1004875.

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

Color convert

RGB758515-
CMYK0.1200.820.67
HSL68.57º70%19.61%-
HSV(B)68.57º82.35%33.33%-
XYZ6.248.031.67-
YUV74.0394.69128.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=42.86%
G=48.57%
B=8.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585150.1200.820.6768.577019.61
Hex4B55FC05243454614
Octal1131251714012210310510624
Binary10010111010101111111000101001010000111000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B550F;
 }
 .AnyTagClassName
 {
   color: #4B550F;
 }
</style>
background-color css

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

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

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

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

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

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