#434F05

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

Shades of Verdun Green #434F05

Tints of Verdun Green #434F05

Color information

#434F05 (or 0x434F05) is unknown color: approx Verdun Green. HEX triplet: 43, 4F and 05. RGB value is (67,79,5). Sum of RGB (Red+Green+Blue) = 67+79+5=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #434F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434F05 is #BCB0FA. Grayscale: #434343. Windows color (decimal): -12366075 or 347971. OLE color: 347971.

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

Color convert

RGB67795-
CMYK0.1500.940.69
HSL69.73º88.1%16.47%-
HSV(B)69.73º93.67%30.98%-
XYZ5.146.81.18-
YUV66.9893.02128.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=44.37%
G=52.32%
B=3.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal677950.1500.940.6969.7388.116.47
Hex434F5F05E45465810
Octal103117517013610510613020
Binary1000011100111110111110101111010001011000110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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