#435D0F

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

Shades of Verdun Green #435D0F

Tints of Verdun Green #435D0F

Color information

#435D0F (or 0x435D0F) is unknown color: approx Verdun Green. HEX triplet: 43, 5D and 0F. RGB value is (67,93,15). Sum of RGB (Red+Green+Blue) = 67+93+15=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #435D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D0F is #BCA2F0. Grayscale: #4C4C4C. Windows color (decimal): -12362481 or 1006915. OLE color: 1006915.

HSL color Cylindrical-coordinate representation of color #435D0F: hue angle of 80º 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 #435D0F is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB679315-
CMYK0.2800.840.64
HSL80º72.22%21.18%-
HSV(B)80º83.87%36.47%-
XYZ6.329.061.87-
YUV76.3393.39121.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 93 (36.72% from 255) = 53.14%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=38.29%
G=53.14%
B=8.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793150.2800.840.648072.2221.18
Hex435DF1C05440504815
Octal1031351734012410012011025
Binary100001110111011111111000101010010000001010000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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