Html Css Color HEX #447768 Dark Green Copper

📋 copy color: '#447768'

red 68 ◦ green 119 ◦ blue 104

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

Shades of Dark Green Copper #447768

Tints of Dark Green Copper #447768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 23.37%
G = 40.89%
B = 35.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#447768 (or 0x447768) is known color: Dark Green Copper. HEX triplet: 44, 77 and 68. RGB value is (68,119,104). Sum of RGB (Red+Green+Blue) = 68+119+104=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #447768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447768 is #BB8897. Grayscale: #666666. Windows color (decimal): -12290200 or 6846276. OLE color: 6846276.

HSL color Cylindrical-coordinate representation of color #447768: hue angle of 162.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #447768 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 104 -
CMYK 0.43 0 0.13 0.53
HSL 162.35º 0.27% 0.37% -
HSV(B) 162.35º 0.43% 0.47% -
XYZ 11.48 15.42 15.47 -
YUV 102.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 68 119 104 0.43 0 0.13 0.53 162.35 0.27 0.37
Hex 44 77 68 2B 0 D 35 A2 1B 25
Octal 104 167 150 53 0 15 65 242 33 45
Binary 1000100 1110111 1101000 101011 0 1101 110101 10100010 11011 100101

Color Harmonies of #447768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447768

Black with #447768

Text Example


Text Example

White with #447768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447768; }

 p { color: rgb(68,119,104); }

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

background-color css

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

 a { background-color: rgb(68,119,104); }

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

border-color css

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

 span { border-color: rgb(68,119,104); }

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