Html Css Color HEX #447165 Dark Green Copper

📋 copy color: '#447165'

red 68 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #447165

Tints of Dark Green Copper #447165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 24.11%
G = 40.07%
B = 35.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#447165 (or 0x447165) is known color: Dark Green Copper. HEX triplet: 44, 71 and 65. RGB value is (68,113,101). Sum of RGB (Red+Green+Blue) = 68+113+101=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #447165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447165 is #BB8E9A. Grayscale: #626262. Windows color (decimal): -12291739 or 6648132. OLE color: 6648132.

HSL color Cylindrical-coordinate representation of color #447165: hue angle of 164º 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 #447165 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 101 -
CMYK 0.40 0 0.11 0.56
HSL 164º 0.25% 0.35% -
HSV(B) 164º 0.4% 0.44% -
XYZ 10.64 13.98 14.45 -
YUV 98.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 68 113 101 0.40 0 0.11 0.56 164 0.25 0.35
Hex 44 71 65 28 0 B 38 A4 19 23
Octal 104 161 145 50 0 13 70 244 31 43
Binary 1000100 1110001 1100101 101000 0 1011 111000 10100100 11001 100011

Color Harmonies of #447165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447165

Black with #447165

Text Example


Text Example

White with #447165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447165; }

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

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

background-color css

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

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

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

border-color css

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

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

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