#435500

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

Shades of Verdun Green #435500

Tints of Verdun Green #435500

Color information

#435500 (or 0x435500) is unknown color: approx Verdun Green. HEX triplet: 43, 55 and 00. RGB value is (67,85,0). Sum of RGB (Red+Green+Blue) = 67+85+0=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #435500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435500 is #BCAAFF. Grayscale: #464646. Windows color (decimal): -12364544 or 21827. OLE color: 21827.

HSL color Cylindrical-coordinate representation of color #435500: hue angle of 72.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #435500 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB67850-
CMYK0.21010.67
HSL72.71º100%16.67%-
HSV(B)72.71º100%33.33%-
XYZ5.567.691.19-
YUV69.9388.54125.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.08%
G=55.92%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal678500.21010.6772.7110016.67
Hex435501506443496411
Octal103125025014410311114421
Binary100001110101010101010110010010000111001001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435500; }

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

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

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

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

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

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

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

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