#434B0D

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

Shades of Verdun Green #434B0D

Tints of Verdun Green #434B0D

Color information

#434B0D (or 0x434B0D) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 0D. RGB value is (67,75,13). Sum of RGB (Red+Green+Blue) = 67+75+13=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #434B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B0D is #BCB4F2. Grayscale: #414141. Windows color (decimal): -12367091 or 871235. OLE color: 871235.

HSL color Cylindrical-coordinate representation of color #434B0D: hue angle of 67.74º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #434B0D is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB677513-
CMYK0.1100.830.71
HSL67.74º70.45%17.25%-
HSV(B)67.74º82.67%29.41%-
XYZ4.96.251.33-
YUV65.5498.35129.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 75 (29.69% from 255) = 48.39%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=43.23%
G=48.39%
B=8.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775130.1100.830.7167.7470.4517.25
Hex434BDB05347444611
Octal1031131513012310710410621
Binary10000111001011110110110101001110001111000100100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B0D; }

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

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

<style>
 a { background-color: #434B0D; }

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

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

<style>
 span { border-color: #434B0D; }

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

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