Html Css Color HEX #447B75 Dark Green Copper

📋 copy color: '#447B75'

red 68 ◦ green 123 ◦ blue 117

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

Shades of Dark Green Copper #447B75

Tints of Dark Green Copper #447B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 22.08%
G = 39.94%
B = 37.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#447B75 (or 0x447B75) is known color: Dark Green Copper. HEX triplet: 44, 7B and 75. RGB value is (68,123,117). Sum of RGB (Red+Green+Blue) = 68+123+117=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #447B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447B75 is #BB848A. Grayscale: #696969. Windows color (decimal): -12289163 or 7699268. OLE color: 7699268.

HSL color Cylindrical-coordinate representation of color #447B75: hue angle of 173.45º 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 #447B75 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 123 117 -
CMYK 0.45 0 0.05 0.52
HSL 173.45º 0.29% 0.37% -
HSV(B) 173.45º 0.45% 0.48% -
XYZ 12.68 16.68 19.38 -
YUV 105.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 68 123 117 0.45 0 0.05 0.52 173.45 0.29 0.37
Hex 44 7B 75 2D 0 5 34 AD 1D 25
Octal 104 173 165 55 0 5 64 255 35 45
Binary 1000100 1111011 1110101 101101 0 101 110100 10101101 11101 100101

Color Harmonies of #447B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447B75

Black with #447B75

Text Example


Text Example

White with #447B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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