#434103

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

Shades of Verdun Green #434103

Tints of Verdun Green #434103

Color information

#434103 (or 0x434103) is unknown color: approx Verdun Green. HEX triplet: 43, 41 and 03. RGB value is (67,65,3). Sum of RGB (Red+Green+Blue) = 67+65+3=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #434103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434103 is #BCBEFC. Grayscale: #3A3A3A. Windows color (decimal): -12369661 or 213315. OLE color: 213315.

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

Color convert

RGB67653-
CMYK00.030.960.74
HSL58.12º91.43%13.73%-
HSV(B)58.12º95.52%26.27%-
XYZ4.224.980.82-
YUV58.5396.66134.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.63%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=49.63%
G=48.15%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6765300.030.960.7458.1291.4313.73
Hex4341303604A3a5be
Octal1031013031401127213316
Binary10000111000001110111100000100101011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434103; }

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

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

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

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

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

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

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

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