#434700

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

Shades of Verdun Green #434700

Tints of Verdun Green #434700

Color information

#434700 (or 0x434700) is unknown color: approx Verdun Green. HEX triplet: 43, 47 and 00. RGB value is (67,71,0). Sum of RGB (Red+Green+Blue) = 67+71+0=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #434700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434700 is #BCB8FF. Grayscale: #3D3D3D. Windows color (decimal): -12368128 or 18243. OLE color: 18243.

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

Color convert

RGB67710-
CMYK0.06010.72
HSL63.38º100%13.92%-
HSV(B)63.38º100%27.84%-
XYZ4.575.70.86-
YUV61.7193.17131.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.55%
G=51.45%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal677100.06010.7263.3810013.92
Hex434706064483f64e
Octal1031070601441107714416
Binary10000111000111011001100100100100011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434700; }

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

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

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

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

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

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

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

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