#434A0D

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

Shades of Verdun Green #434A0D

Tints of Verdun Green #434A0D

Color information

#434A0D (or 0x434A0D) is unknown color: approx Verdun Green. HEX triplet: 43, 4A and 0D. RGB value is (67,74,13). Sum of RGB (Red+Green+Blue) = 67+74+13=154 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.51% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #434A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A0D is #BCB5F2. Grayscale: #414141. Windows color (decimal): -12367347 or 870979. OLE color: 870979.

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

Color convert

RGB677413-
CMYK0.0900.820.71
HSL66.89º70.11%17.06%-
HSV(B)66.89º82.43%29.02%-
XYZ4.846.121.31-
YUV64.9598.68129.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.51%
GREEN value IS 74 (29.30% from 255) = 48.05%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=43.51%
G=48.05%
B=8.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6774130.0900.820.7166.8970.1117.06
Hex434AD905247434611
Octal1031121511012210710310621
Binary10000111001010110110010101001010001111000011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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