#4B6B0D

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

Shades of Verdun Green #4B6B0D

Tints of Verdun Green #4B6B0D

Color information

#4B6B0D (or 0x4B6B0D) is unknown color: approx Verdun Green. HEX triplet: 4B, 6B and 0D. RGB value is (75,107,13). Sum of RGB (Red+Green+Blue) = 75+107+13=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6B0D is #B494F2. Grayscale: #575757. Windows color (decimal): -11834611 or 879435. OLE color: 879435.

HSL color Cylindrical-coordinate representation of color #4B6B0D: hue angle of 80.43º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B6B0D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB7510713-
CMYK0.3000.880.58
HSL80.43º78.33%23.53%-
HSV(B)80.43º87.85%41.96%-
XYZ8.2312.042.27-
YUV86.7286.4119.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.46%
GREEN value IS 107 (42.19% from 255) = 54.87%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=38.46%
G=54.87%
B=6.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75107130.3000.880.5880.4378.3323.53
Hex4B6BD1E0583A504e18
Octal113153153601307212011630
Binary10010111101011110111110010110001110101010000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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