Html Css Color HEX #44630C Verdun Green

📋 copy color: '#44630C'

red 68 ◦ green 99 ◦ blue 12

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

Shades of Verdun Green #44630C

Tints of Verdun Green #44630C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.31%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 37.99%
G = 55.31%
B = 6.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#44630C (or 0x44630C) is known color: Verdun Green. HEX triplet: 44, 63 and 0C. RGB value is (68,99,12). Sum of RGB (Red+Green+Blue) = 68+99+12=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #44630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44630C is #BB9CF3. Grayscale: #505050. Windows color (decimal): -12295412 or 811844. OLE color: 811844.

HSL color Cylindrical-coordinate representation of color #44630C: hue angle of 81.38º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44630C is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 99 12 -
CMYK 0.31 0 0.88 0.61
HSL 81.38º 0.78% 0.22% -
HSV(B) 81.38º 0.88% 0.39% -
XYZ 6.91 10.18 1.95 -
YUV 79.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 68 99 12 0.31 0 0.88 0.61 81.38 0.78 0.22
Hex 44 63 C 1F 0 58 3D 51 4E 16
Octal 104 143 14 37 0 130 75 121 116 26
Binary 1000100 1100011 1100 11111 0 1011000 111101 1010001 1001110 10110

Color Harmonies of #44630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44630C

Black with #44630C

Text Example


Text Example

White with #44630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44630C; }

 p { color: rgb(68,99,12); }

 H1.HeaderClassName
 {
   color: #44630C;
 }
 .AnyTagClassName
 {
   color: #44630C;
 }
</style>

background-color css

<style>
 a { background-color: #44630C; }

 a { background-color: rgb(68,99,12); }

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

border-color css

<style>
 span { border-color: #44630C; }

 span { border-color: rgb(68,99,12); }

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