Html Css Color HEX #447164 Dark Green Copper

📋 copy color: '#447164'

red 68 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #447164

Tints of Dark Green Copper #447164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 24.2%
G = 40.21%
B = 35.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#447164 (or 0x447164) is known color: Dark Green Copper. HEX triplet: 44, 71 and 64. RGB value is (68,113,100). Sum of RGB (Red+Green+Blue) = 68+113+100=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #447164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447164 is #BB8E9B. Grayscale: #626262. Windows color (decimal): -12291740 or 6582596. OLE color: 6582596.

HSL color Cylindrical-coordinate representation of color #447164: hue angle of 162.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #447164 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 100 -
CMYK 0.40 0 0.12 0.56
HSL 162.67º 0.25% 0.35% -
HSV(B) 162.67º 0.4% 0.44% -
XYZ 10.59 13.96 14.19 -
YUV 98.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 68 113 100 0.40 0 0.12 0.56 162.67 0.25 0.35
Hex 44 71 64 28 0 C 38 A3 19 23
Octal 104 161 144 50 0 14 70 243 31 43
Binary 1000100 1110001 1100100 101000 0 1100 111000 10100011 11001 100011

Color Harmonies of #447164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447164

Black with #447164

Text Example


Text Example

White with #447164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447164; }

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

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

background-color css

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

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

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

border-color css

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

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

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