#434201

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

Shades of Verdun Green #434201

Tints of Verdun Green #434201

Color information

#434201 (or 0x434201) is unknown color: approx Verdun Green. HEX triplet: 43, 42 and 01. RGB value is (67,66,1). Sum of RGB (Red+Green+Blue) = 67+66+1=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #434201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434201 is #BCBDFE. Grayscale: #3B3B3B. Windows color (decimal): -12369407 or 82499. OLE color: 82499.

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

Color convert

RGB67661-
CMYK00.010.990.74
HSL59.09º97.06%13.33%-
HSV(B)59.09º98.51%26.27%-
XYZ4.275.090.79-
YUV58.8995.33133.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=50%
G=49.25%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6766100.010.990.7459.0997.0613.33
Hex4342101634A3b61d
Octal1031021011431127314115
Binary100001110000101011100011100101011101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434201; }

 p { color: rgb(67,66,1); }

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

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

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

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

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

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

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