#434F11

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

Shades of Verdun Green #434F11

Tints of Verdun Green #434F11

Color information

#434F11 (or 0x434F11) is unknown color: approx Verdun Green. HEX triplet: 43, 4F and 11. RGB value is (67,79,17). Sum of RGB (Red+Green+Blue) = 67+79+17=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #434F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F11 is #BCB0EE. Grayscale: #444444. Windows color (decimal): -12366063 or 1134403. OLE color: 1134403.

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

Color convert

RGB677917-
CMYK0.1500.780.69
HSL71.61º64.58%18.82%-
HSV(B)71.61º78.48%30.98%-
XYZ5.216.831.57-
YUV68.3499.02127.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 79 (31.25% from 255) = 48.47%
BLUE value IS 17 (7.03% from 255) = 10.43%
R=41.10%
G=48.47%
B=10.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6779170.1500.780.6971.6164.5818.82
Hex434F11F04E45484113
Octal1031172117011610511010123
Binary100001110011111000111110100111010001011001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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