Html Css Color HEX #44620F Verdun Green

📋 copy color: '#44620F'

red 68 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #44620F

Tints of Verdun Green #44620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.14%

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 37.57%
G = 54.14%
B = 8.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#44620F (or 0x44620F) is known color: Verdun Green. HEX triplet: 44, 62 and 0F. RGB value is (68,98,15). Sum of RGB (Red+Green+Blue) = 68+98+15=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #44620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44620F is #BB9DF0. Grayscale: #4F4F4F. Windows color (decimal): -12295665 or 1008196. OLE color: 1008196.

HSL color Cylindrical-coordinate representation of color #44620F: hue angle of 81.69º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44620F is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 98 15 -
CMYK 0.31 0 0.85 0.62
HSL 81.69º 0.73% 0.22% -
HSV(B) 81.69º 0.85% 0.38% -
XYZ 6.84 10 2.02 -
YUV 79.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 68 98 15 0.31 0 0.85 0.62 81.69 0.73 0.22
Hex 44 62 F 1F 0 55 3E 52 49 16
Octal 104 142 17 37 0 125 76 122 111 26
Binary 1000100 1100010 1111 11111 0 1010101 111110 1010010 1001001 10110

Color Harmonies of #44620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44620F

Black with #44620F

Text Example


Text Example

White with #44620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44620F;
 }
 .AnyTagClassName
 {
   color: #44620F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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