Html Css Color HEX #447465 Dark Green Copper

📋 copy color: '#447465'

red 68 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #447465

Tints of Dark Green Copper #447465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

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

R = 23.86%
G = 40.7%
B = 35.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#447465 (or 0x447465) is known color: Dark Green Copper. HEX triplet: 44, 74 and 65. RGB value is (68,116,101). Sum of RGB (Red+Green+Blue) = 68+116+101=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #447465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447465 is #BB8B9A. Grayscale: #636363. Windows color (decimal): -12290971 or 6648900. OLE color: 6648900.

HSL color Cylindrical-coordinate representation of color #447465: hue angle of 161.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447465 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 101 -
CMYK 0.41 0 0.13 0.55
HSL 161.25º 0.26% 0.36% -
HSV(B) 161.25º 0.41% 0.45% -
XYZ 10.98 14.66 14.56 -
YUV 99.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 68 116 101 0.41 0 0.13 0.55 161.25 0.26 0.36
Hex 44 74 65 29 0 D 37 A1 1A 24
Octal 104 164 145 51 0 15 67 241 32 44
Binary 1000100 1110100 1100101 101001 0 1101 110111 10100001 11010 100100

Color Harmonies of #447465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447465

Black with #447465

Text Example


Text Example

White with #447465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447465; }

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

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

background-color css

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

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

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

border-color css

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

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

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