Html Css Color HEX #448177 Dark Green Copper

📋 copy color: '#448177'

red 68 ◦ green 129 ◦ blue 119

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

Shades of Dark Green Copper #448177

Tints of Dark Green Copper #448177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 21.52%
G = 40.82%
B = 37.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#448177 (or 0x448177) is known color: Dark Green Copper. HEX triplet: 44, 81 and 77. RGB value is (68,129,119). Sum of RGB (Red+Green+Blue) = 68+129+119=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #448177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448177 is #BB7E88. Grayscale: #6D6D6D. Windows color (decimal): -12287625 or 7831876. OLE color: 7831876.

HSL color Cylindrical-coordinate representation of color #448177: hue angle of 170.16º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448177 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 129 119 -
CMYK 0.47 0 0.08 0.49
HSL 170.16º 0.31% 0.39% -
HSV(B) 170.16º 0.47% 0.51% -
XYZ 13.56 18.26 20.26 -
YUV 109.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 68 129 119 0.47 0 0.08 0.49 170.16 0.31 0.39
Hex 44 81 77 2F 0 8 31 AA 1F 27
Octal 104 201 167 57 0 10 61 252 37 47
Binary 1000100 10000001 1110111 101111 0 1000 110001 10101010 11111 100111

Color Harmonies of #448177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448177

Black with #448177

Text Example


Text Example

White with #448177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448177; }

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

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

background-color css

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

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

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

border-color css

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

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

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