Html Css Color HEX #44600C Verdun Green

📋 copy color: '#44600C'

red 68 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #44600C

Tints of Verdun Green #44600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.55%

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

R = 38.64%
G = 54.55%
B = 6.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#44600C (or 0x44600C) is known color: Verdun Green. HEX triplet: 44, 60 and 0C. RGB value is (68,96,12). Sum of RGB (Red+Green+Blue) = 68+96+12=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #44600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44600C is #BB9FF3. Grayscale: #4E4E4E. Windows color (decimal): -12296180 or 811076. OLE color: 811076.

HSL color Cylindrical-coordinate representation of color #44600C: hue angle of 80º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44600C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 96 12 -
CMYK 0.29 0 0.88 0.62
HSL 80º 0.78% 0.21% -
HSV(B) 80º 0.88% 0.38% -
XYZ 6.63 9.62 1.86 -
YUV 78.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 68 96 12 0.29 0 0.88 0.62 80 0.78 0.21
Hex 44 60 C 1D 0 58 3E 50 4E 15
Octal 104 140 14 35 0 130 76 120 116 25
Binary 1000100 1100000 1100 11101 0 1011000 111110 1010000 1001110 10101

Color Harmonies of #44600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44600C

Black with #44600C

Text Example


Text Example

White with #44600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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