#434500

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

Shades of Verdun Green #434500

Tints of Verdun Green #434500

Color information

#434500 (or 0x434500) is unknown color: approx Verdun Green. HEX triplet: 43, 45 and 00. RGB value is (67,69,0). Sum of RGB (Red+Green+Blue) = 67+69+0=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #434500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434500 is #BCBAFF. Grayscale: #3C3C3C. Windows color (decimal): -12368640 or 17731. OLE color: 17731.

HSL color Cylindrical-coordinate representation of color #434500: hue angle of 61.74º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB67690-
CMYK0.03010.73
HSL61.74º100%13.53%-
HSV(B)61.74º100%27.06%-
XYZ4.445.450.82-
YUV60.5493.84132.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 69 (27.34% from 255) = 50.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.26%
G=50.74%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal676900.03010.7361.7410013.53
Hex434503064493e64e
Octal1031050301441117614416
Binary1000011100010101101100100100100111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434500; }

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

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

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

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

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

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

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

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