#444B02

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

Shades of Verdun Green #444B02

Tints of Verdun Green #444B02

Color information

#444B02 (or 0x444B02) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 02. RGB value is (68,75,2). Sum of RGB (Red+Green+Blue) = 68+75+2=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #444B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B02 is #BBB4FD. Grayscale: #404040. Windows color (decimal): -12301566 or 150340. OLE color: 150340.

HSL color Cylindrical-coordinate representation of color #444B02: hue angle of 65.75º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #444B02 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB68752-
CMYK0.0900.970.71
HSL65.75º94.81%15.1%-
HSV(B)65.75º97.33%29.41%-
XYZ4.916.271.01-
YUV64.5892.68130.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=46.90%
G=51.72%
B=1.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal687520.0900.970.7165.7594.8115.1
Hex444B2906147425ff
Octal104113211014110710213717
Binary10001001001011101001011000011000111100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444B02; }

 p { color: rgb(68,75,2); }

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

<style>
 a { background-color: #444B02; }

 a { background-color: rgb(68,75,2); }

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

<style>
 span { border-color: #444B02; }

 span { border-color: rgb(68,75,2); }

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