#4B551C

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

Shades of Verdun Green #4B551C

Tints of Verdun Green #4B551C

Color information

#4B551C (or 0x4B551C) is unknown color: approx Verdun Green. HEX triplet: 4B, 55 and 1C. RGB value is (75,85,28). Sum of RGB (Red+Green+Blue) = 75+85+28=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #4B551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B551C is #B4AAE3. Grayscale: #4B4B4B. Windows color (decimal): -11840228 or 1856843. OLE color: 1856843.

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

Color convert

RGB758528-
CMYK0.1200.670.67
HSL70.53º50.44%22.16%-
HSV(B)70.53º67.06%33.33%-
XYZ6.368.082.32-
YUV75.51101.19127.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=39.89%
G=45.21%
B=14.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585280.1200.670.6770.5350.4422.16
Hex4B551CC04343473216
Octal113125341401031031076226
Binary10010111010101111001100010000111000011100011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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