Html Css Color HEX #44420C Verdun Green

📋 copy color: '#44420C'

red 68 ◦ green 66 ◦ blue 12

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

Shades of Verdun Green #44420C

Tints of Verdun Green #44420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

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

R = 46.58%
G = 45.21%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#44420C (or 0x44420C) is known color: Verdun Green. HEX triplet: 44, 42 and 0C. RGB value is (68,66,12). Sum of RGB (Red+Green+Blue) = 68+66+12=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420C is #BBBDF3. Grayscale: #3C3C3C. Windows color (decimal): -12303860 or 803396. OLE color: 803396.

HSL color Cylindrical-coordinate representation of color #44420C: hue angle of 57.86º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44420C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 66 12 -
CMYK 0 0.03 0.82 0.73
HSL 57.86º 0.7% 0.16% -
HSV(B) 57.86º 0.82% 0.27% -
XYZ 4.4 5.15 1.11 -
YUV 60.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 68 66 12 0 0.03 0.82 0.73 57.86 0.7 0.16
Hex 44 42 C 0 3 52 49 3A 46 10
Octal 104 102 14 0 3 122 111 72 106 20
Binary 1000100 1000010 1100 0 11 1010010 1001001 111010 1000110 10000

Color Harmonies of #44420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44420C

Black with #44420C

Text Example


Text Example

White with #44420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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