#435D0D

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

Shades of Verdun Green #435D0D

Tints of Verdun Green #435D0D

Color information

#435D0D (or 0x435D0D) is unknown color: approx Verdun Green. HEX triplet: 43, 5D and 0D. RGB value is (67,93,13). Sum of RGB (Red+Green+Blue) = 67+93+13=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #435D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435D0D is #BCA2F2. Grayscale: #4C4C4C. Windows color (decimal): -12362483 or 875843. OLE color: 875843.

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

Color convert

RGB679313-
CMYK0.2800.860.64
HSL79.5º75.47%20.78%-
HSV(B)79.5º86.02%36.47%-
XYZ6.39.051.8-
YUV76.1192.39121.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.73%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=38.73%
G=53.76%
B=7.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6793130.2800.860.6479.575.4720.78
Hex435DD1C05640504b15
Octal1031351534012610012011325
Binary100001110111011101111000101011010000001010000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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