Html Css Color HEX #44600A Verdun Green

📋 copy color: '#44600A'

red 68 ◦ green 96 ◦ blue 10

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

Shades of Verdun Green #44600A

Tints of Verdun Green #44600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 39.08%
G = 55.17%
B = 5.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#44600A (or 0x44600A) is known color: Verdun Green. HEX triplet: 44, 60 and 0A. RGB value is (68,96,10). Sum of RGB (Red+Green+Blue) = 68+96+10=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #44600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44600A is #BB9FF5. Grayscale: #4E4E4E. Windows color (decimal): -12296182 or 680004. OLE color: 680004.

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

Color convert

RGB 68 96 10 -
CMYK 0.29 0 0.90 0.62
HSL 79.53º 0.81% 0.21% -
HSV(B) 79.53º 0.9% 0.38% -
XYZ 6.62 9.62 1.79 -
YUV 77.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 68 96 10 0.29 0 0.90 0.62 79.53 0.81 0.21
Hex 44 60 A 1D 0 5A 3E 50 51 15
Octal 104 140 12 35 0 132 76 120 121 25
Binary 1000100 1100000 1010 11101 0 1011010 111110 1010000 1010001 10101

Color Harmonies of #44600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44600A

Black with #44600A

Text Example


Text Example

White with #44600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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