#434102

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

Shades of Verdun Green #434102

Tints of Verdun Green #434102

Color information

#434102 (or 0x434102) is unknown color: approx Verdun Green. HEX triplet: 43, 41 and 02. RGB value is (67,65,2). Sum of RGB (Red+Green+Blue) = 67+65+2=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #434102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434102 is #BCBEFD. Grayscale: #3A3A3A. Windows color (decimal): -12369662 or 147779. OLE color: 147779.

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

Color convert

RGB67652-
CMYK00.030.970.74
HSL58.15º94.2%13.53%-
HSV(B)58.15º97.01%26.27%-
XYZ4.224.980.8-
YUV58.4296.16134.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 48.51%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=50%
G=48.51%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6765200.030.970.7458.1594.213.53
Hex4341203614A3a5ee
Octal1031012031411127213616
Binary10000111000001100111100001100101011101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434102; }

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

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

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

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

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

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

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

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