Html Css Color HEX #444F02 Verdun Green

📋 copy color: '#444F02'

red 68 ◦ green 79 ◦ blue 2

#444F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #444F02

Tints of Verdun Green #444F02

RGB

 RED value IS 68 (26.95% from 255) = 45.64%

 GREEN value IS 79 (31.25% from 255) = 53.02%

 BLUE value IS 2 (1.17% from 255) = 1.34%

R = 45.64%
G = 53.02%
B = 1.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#444F02 (or 0x444F02) is known color: Verdun Green. HEX triplet: 44, 4F and 02. RGB value is (68,79,2). Sum of RGB (Red+Green+Blue) = 68+79+2=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #444F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F02 is #BBB0FD. Grayscale: #434343. Windows color (decimal): -12300542 or 151364. OLE color: 151364.

HSL color Cylindrical-coordinate representation of color #444F02: hue angle of 68.57º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #444F02 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 2 -
CMYK 0.14 0 0.97 0.69
HSL 68.57º 0.95% 0.16% -
HSV(B) 68.57º 0.97% 0.31% -
XYZ 5.19 6.83 1.1 -
YUV 66.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 68 79 2 0.14 0 0.97 0.69 68.57 0.95 0.16
Hex 44 4F 2 E 0 61 45 45 5F 10
Octal 104 117 2 16 0 141 105 105 137 20
Binary 1000100 1001111 10 1110 0 1100001 1000101 1000101 1011111 10000

Color Harmonies of #444F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F02

Black with #444F02

Text Example


Text Example

White with #444F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #444F02;
 }
 .AnyTagClassName
 {
   color: #444F02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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