#434300

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

Shades of Verdun Green #434300

Tints of Verdun Green #434300

Color information

#434300 (or 0x434300) is unknown color: approx Verdun Green. HEX triplet: 43, 43 and 00. RGB value is (67,67,0). Sum of RGB (Red+Green+Blue) = 67+67+0=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434300 is #BCBCFF. Grayscale: #3B3B3B. Windows color (decimal): -12369152 or 17219. OLE color: 17219.

HSL color Cylindrical-coordinate representation of color #434300: hue angle of 60º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434300 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB67670-
CMYK0010.74
HSL60º100%13.14%-
HSV(B)60º100%26.27%-
XYZ4.325.210.78-
YUV59.3694.5133.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676700010.746010013.14
Hex4343000644A3c64d
Octal1031030001441127414415
Binary100001110000110001100100100101011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434300; }

 p { color: rgb(67,67,0); }

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

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

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

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

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

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

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