Html Css Color HEX #447050 Killarney

📋 copy color: '#447050'

red 68 ◦ green 112 ◦ blue 80

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

Shades of Killarney #447050

Tints of Killarney #447050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 26.15%
G = 43.08%
B = 30.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#447050 (or 0x447050) is known color: Killarney. HEX triplet: 44, 70 and 50. RGB value is (68,112,80). Sum of RGB (Red+Green+Blue) = 68+112+80=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #447050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447050 is #BB8FAF. Grayscale: #5F5F5F. Windows color (decimal): -12292016 or 5271620. OLE color: 5271620.

HSL color Cylindrical-coordinate representation of color #447050: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #447050 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 80 -
CMYK 0.39 0 0.29 0.56
HSL 136.36º 0.24% 0.35% -
HSV(B) 136.36º 0.39% 0.44% -
XYZ 9.63 13.4 9.67 -
YUV 95.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 68 112 80 0.39 0 0.29 0.56 136.36 0.24 0.35
Hex 44 70 50 27 0 1D 38 88 18 23
Octal 104 160 120 47 0 35 70 210 30 43
Binary 1000100 1110000 1010000 100111 0 11101 111000 10001000 11000 100011

Color Harmonies of #447050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447050

Black with #447050

Text Example


Text Example

White with #447050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447050; }

 p { color: rgb(68,112,80); }

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

background-color css

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

 a { background-color: rgb(68,112,80); }

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

border-color css

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

 span { border-color: rgb(68,112,80); }

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