Html Css Color HEX #447065 Dark Green Copper

📋 copy color: '#447065'

red 68 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #447065

Tints of Dark Green Copper #447065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 24.2%
G = 39.86%
B = 35.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#447065 (or 0x447065) is known color: Dark Green Copper. HEX triplet: 44, 70 and 65. RGB value is (68,112,101). Sum of RGB (Red+Green+Blue) = 68+112+101=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #447065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447065 is #BB8F9A. Grayscale: #616161. Windows color (decimal): -12291995 or 6647876. OLE color: 6647876.

HSL color Cylindrical-coordinate representation of color #447065: hue angle of 165º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #447065 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 101 -
CMYK 0.39 0 0.10 0.56
HSL 165º 0.24% 0.35% -
HSV(B) 165º 0.39% 0.44% -
XYZ 10.53 13.76 14.41 -
YUV 97.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 68 112 101 0.39 0 0.10 0.56 165 0.24 0.35
Hex 44 70 65 27 0 A 38 A5 18 23
Octal 104 160 145 47 0 12 70 245 30 43
Binary 1000100 1110000 1100101 100111 0 1010 111000 10100101 11000 100011

Color Harmonies of #447065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447065

Black with #447065

Text Example


Text Example

White with #447065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447065; }

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

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

background-color css

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

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

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

border-color css

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

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

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