#435102

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

Shades of Verdun Green #435102

Tints of Verdun Green #435102

Color information

#435102 (or 0x435102) is unknown color: approx Verdun Green. HEX triplet: 43, 51 and 02. RGB value is (67,81,2). Sum of RGB (Red+Green+Blue) = 67+81+2=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #435102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435102 is #BCAEFD. Grayscale: #444444. Windows color (decimal): -12365566 or 151875. OLE color: 151875.

HSL color Cylindrical-coordinate representation of color #435102: hue angle of 70.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #435102 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB67812-
CMYK0.1700.980.68
HSL70.63º95.18%16.27%-
HSV(B)70.63º97.53%31.76%-
XYZ5.277.081.15-
YUV67.8190.86127.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 81 (32.03% from 255) = 54%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=44.67%
G=54%
B=1.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal678120.1700.980.6870.6395.1816.27
Hex435121106244475f10
Octal103121221014210410713720
Binary1000011101000110100010110001010001001000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435102; }

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

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

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

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

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

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

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

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