#435C0F

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

Shades of Verdun Green #435C0F

Tints of Verdun Green #435C0F

Color information

#435C0F (or 0x435C0F) is unknown color: approx Verdun Green. HEX triplet: 43, 5C and 0F. RGB value is (67,92,15). Sum of RGB (Red+Green+Blue) = 67+92+15=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #435C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435C0F is #BCA3F0. Grayscale: #4C4C4C. Windows color (decimal): -12362737 or 1006659. OLE color: 1006659.

HSL color Cylindrical-coordinate representation of color #435C0F: hue angle of 79.48º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #435C0F is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB679215-
CMYK0.2700.840.64
HSL79.48º71.96%20.98%-
HSV(B)79.48º83.7%36.08%-
XYZ6.238.881.84-
YUV75.7593.72121.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.51%
GREEN value IS 92 (36.33% from 255) = 52.87%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=38.51%
G=52.87%
B=8.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6792150.2700.840.6479.4871.9620.98
Hex435CF1B054404f4815
Octal1031341733012410011711025
Binary100001110111001111110110101010010000001001111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435C0F; }

 p { color: rgb(67,92,15); }

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

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

 a { background-color: rgb(67,92,15); }

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

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

 span { border-color: rgb(67,92,15); }

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