Html Css Color HEX #447B72 Dark Green Copper

📋 copy color: '#447B72'

red 68 ◦ green 123 ◦ blue 114

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

Shades of Dark Green Copper #447B72

Tints of Dark Green Copper #447B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 22.3%
G = 40.33%
B = 37.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#447B72 (or 0x447B72) is known color: Dark Green Copper. HEX triplet: 44, 7B and 72. RGB value is (68,123,114). Sum of RGB (Red+Green+Blue) = 68+123+114=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #447B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B72 is #BB848D. Grayscale: #696969. Windows color (decimal): -12289166 or 7502660. OLE color: 7502660.

HSL color Cylindrical-coordinate representation of color #447B72: hue angle of 170.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447B72 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 123 114 -
CMYK 0.45 0 0.07 0.52
HSL 170.18º 0.29% 0.37% -
HSV(B) 170.18º 0.45% 0.48% -
XYZ 12.5 16.61 18.47 -
YUV 105.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 68 123 114 0.45 0 0.07 0.52 170.18 0.29 0.37
Hex 44 7B 72 2D 0 7 34 AA 1D 25
Octal 104 173 162 55 0 7 64 252 35 45
Binary 1000100 1111011 1110010 101101 0 111 110100 10101010 11101 100101

Color Harmonies of #447B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B72

Black with #447B72

Text Example


Text Example

White with #447B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447B72; }

 p { color: rgb(68,123,114); }

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

background-color css

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

 a { background-color: rgb(68,123,114); }

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

border-color css

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

 span { border-color: rgb(68,123,114); }

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