#44690F

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

Shades of Verdun Green #44690F

Tints of Verdun Green #44690F

Color information

#44690F (or 0x44690F) is unknown color: approx Verdun Green. HEX triplet: 44, 69 and 0F. RGB value is (68,105,15). Sum of RGB (Red+Green+Blue) = 68+105+15=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #44690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44690F is #BB96F0. Grayscale: #545454. Windows color (decimal): -12293873 or 1009988. OLE color: 1009988.

HSL color Cylindrical-coordinate representation of color #44690F: hue angle of 84.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44690F is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB6810515-
CMYK0.3500.860.59
HSL84.67º75%23.53%-
HSV(B)84.67º85.71%41.18%-
XYZ7.5211.372.25-
YUV83.6889.24116.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=36.17%
G=55.85%
B=7.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68105150.3500.860.5984.677523.53
Hex4469F230563B554b18
Octal104151174301267312511330
Binary100010011010011111100011010101101110111010101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44690F; }

 p { color: rgb(68,105,15); }

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

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

 a { background-color: rgb(68,105,15); }

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

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

 span { border-color: rgb(68,105,15); }

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