Html Css Color HEX #447365 Dark Green Copper

📋 copy color: '#447365'

red 68 ◦ green 115 ◦ blue 101

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

Shades of Dark Green Copper #447365

Tints of Dark Green Copper #447365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

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

R = 23.94%
G = 40.49%
B = 35.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#447365 (or 0x447365) is known color: Dark Green Copper. HEX triplet: 44, 73 and 65. RGB value is (68,115,101). Sum of RGB (Red+Green+Blue) = 68+115+101=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #447365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447365 is #BB8C9A. Grayscale: #636363. Windows color (decimal): -12291227 or 6648644. OLE color: 6648644.

HSL color Cylindrical-coordinate representation of color #447365: hue angle of 162.13º 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 #447365 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 115 101 -
CMYK 0.41 0 0.12 0.55
HSL 162.13º 0.26% 0.36% -
HSV(B) 162.13º 0.41% 0.45% -
XYZ 10.86 14.43 14.52 -
YUV 99.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 68 115 101 0.41 0 0.12 0.55 162.13 0.26 0.36
Hex 44 73 65 29 0 C 37 A2 1A 24
Octal 104 163 145 51 0 14 67 242 32 44
Binary 1000100 1110011 1100101 101001 0 1100 110111 10100010 11010 100100

Color Harmonies of #447365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447365

Black with #447365

Text Example


Text Example

White with #447365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447365; }

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

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

background-color css

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

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

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

border-color css

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

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

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