#434F0B

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

Shades of Verdun Green #434F0B

Tints of Verdun Green #434F0B

Color information

#434F0B (or 0x434F0B) is unknown color: approx Verdun Green. HEX triplet: 43, 4F and 0B. RGB value is (67,79,11). Sum of RGB (Red+Green+Blue) = 67+79+11=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 79 (31.25% from 255 or 50.32% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 79 - color contains mainly: green. Hex color #434F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F0B is #BCB0F4. Grayscale: #434343. Windows color (decimal): -12366069 or 741187. OLE color: 741187.

HSL color Cylindrical-coordinate representation of color #434F0B: hue angle of 70.59º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #434F0B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB677911-
CMYK0.1500.860.69
HSL70.59º75.56%17.65%-
HSV(B)70.59º86.08%30.98%-
XYZ5.176.811.36-
YUV67.6696.02127.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 79 (31.25% from 255) = 50.32%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=42.68%
G=50.32%
B=7.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779110.1500.860.6970.5975.5617.65
Hex434FBF05645474c12
Octal1031171317012610510711422
Binary10000111001111101111110101011010001011000111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,79,11); }

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

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

 a { background-color: rgb(67,79,11); }

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

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

 span { border-color: rgb(67,79,11); }

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