#44531A

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

Shades of Verdun Green #44531A

Tints of Verdun Green #44531A

Color information

#44531A (or 0x44531A) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 1A. RGB value is (68,83,26). Sum of RGB (Red+Green+Blue) = 68+83+26=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #44531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531A is #BBACE5. Grayscale: #484848. Windows color (decimal): -12299494 or 1725252. OLE color: 1725252.

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

Color convert

RGB688326-
CMYK0.1800.690.67
HSL75.79º52.29%21.37%-
HSV(B)75.79º68.67%32.55%-
XYZ5.667.492.12-
YUV72.02102.03125.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=38.42%
G=46.89%
B=14.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883260.1800.690.6775.7952.2921.37
Hex44531A12045434c3415
Octal104123322201051031146425
Binary100010010100111101010010010001011000011100110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44531A; }

 p { color: rgb(68,83,26); }

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

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

 a { background-color: rgb(68,83,26); }

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

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

 span { border-color: rgb(68,83,26); }

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