Html Css Color HEX #44580C Verdun Green

📋 copy color: '#44580C'

red 68 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #44580C

Tints of Verdun Green #44580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.38%

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

R = 40.48%
G = 52.38%
B = 7.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#44580C (or 0x44580C) is known color: Verdun Green. HEX triplet: 44, 58 and 0C. RGB value is (68,88,12). Sum of RGB (Red+Green+Blue) = 68+88+12=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #44580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44580C is #BBA7F3. Grayscale: #494949. Windows color (decimal): -12298228 or 809028. OLE color: 809028.

HSL color Cylindrical-coordinate representation of color #44580C: hue angle of 75.79º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44580C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 88 12 -
CMYK 0.23 0 0.86 0.65
HSL 75.79º 0.76% 0.2% -
HSV(B) 75.79º 0.86% 0.35% -
XYZ 5.94 8.23 1.62 -
YUV 73.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 68 88 12 0.23 0 0.86 0.65 75.79 0.76 0.2
Hex 44 58 C 17 0 56 41 4C 4C 14
Octal 104 130 14 27 0 126 101 114 114 24
Binary 1000100 1011000 1100 10111 0 1010110 1000001 1001100 1001100 10100

Color Harmonies of #44580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44580C

Black with #44580C

Text Example


Text Example

White with #44580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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