Html Css Color HEX #447105 Verdun Green

📋 copy color: '#447105'

red 68 ◦ green 113 ◦ blue 5

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

Shades of Verdun Green #447105

Tints of Verdun Green #447105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.75%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 36.56%
G = 60.75%
B = 2.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#447105 (or 0x447105) is known color: Verdun Green. HEX triplet: 44, 71 and 05. RGB value is (68,113,5). Sum of RGB (Red+Green+Blue) = 68+113+5=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #447105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447105 is #BB8EFA. Grayscale: #575757. Windows color (decimal): -12291835 or 356676. OLE color: 356676.

HSL color Cylindrical-coordinate representation of color #447105: hue angle of 85º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #447105 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 5 -
CMYK 0.40 0 0.96 0.56
HSL 85º 0.92% 0.23% -
HSV(B) 85º 0.96% 0.44% -
XYZ 8.32 13.05 2.22 -
YUV 87.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 68 113 5 0.40 0 0.96 0.56 85 0.92 0.23
Hex 44 71 5 28 0 60 38 55 5C 17
Octal 104 161 5 50 0 140 70 125 134 27
Binary 1000100 1110001 101 101000 0 1100000 111000 1010101 1011100 10111

Color Harmonies of #447105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447105

Black with #447105

Text Example


Text Example

White with #447105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447105; }

 p { color: rgb(68,113,5); }

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

background-color css

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

 a { background-color: rgb(68,113,5); }

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

border-color css

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

 span { border-color: rgb(68,113,5); }

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