#434108

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

Shades of Verdun Green #434108

Tints of Verdun Green #434108

Color information

#434108 (or 0x434108) is unknown color: approx Verdun Green. HEX triplet: 43, 41 and 08. RGB value is (67,65,8). Sum of RGB (Red+Green+Blue) = 67+65+8=140 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 67 - color contains mainly: red. Hex color #434108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434108 is #BCBEF7. Grayscale: #3B3B3B. Windows color (decimal): -12369656 or 540995. OLE color: 540995.

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

Color convert

RGB67658-
CMYK00.030.880.74
HSL57.97º78.67%14.71%-
HSV(B)57.97º88.06%26.27%-
XYZ4.254.990.97-
YUV59.199.16133.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.86%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=47.86%
G=46.43%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6765800.030.880.7457.9778.6714.71
Hex4341803584A3a4ff
Octal10310110031301127211717
Binary1000011100000110000111011000100101011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434108; }

 p { color: rgb(67,65,8); }

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

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

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

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

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

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

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