#4B5308

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

Shades of Verdun Green #4B5308

Tints of Verdun Green #4B5308

Color information

#4B5308 (or 0x4B5308) is unknown color: approx Verdun Green. HEX triplet: 4B, 53 and 08. RGB value is (75,83,8). Sum of RGB (Red+Green+Blue) = 75+83+8=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5308 is #B4ACF7. Grayscale: #484848. Windows color (decimal): -11840760 or 545611. OLE color: 545611.

HSL color Cylindrical-coordinate representation of color #4B5308: hue angle of 66.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B5308 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB75838-
CMYK0.1000.900.67
HSL66.4º82.42%17.84%-
HSV(B)66.4º90.36%32.55%-
XYZ6.047.71.4-
YUV72.0691.85130.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=45.18%
G=50%
B=4.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal758380.1000.900.6766.482.4217.84
Hex4B538A05A43425212
Octal1131231012013210310212222
Binary10010111010011100010100101101010000111000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,83,8); }

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

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

 a { background-color: rgb(75,83,8); }

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

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

 span { border-color: rgb(75,83,8); }

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