Html Css Color HEX #446F50 Killarney

📋 copy color: '#446F50'

red 68 ◦ green 111 ◦ blue 80

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

Shades of Killarney #446F50

Tints of Killarney #446F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.86%

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

R = 26.25%
G = 42.86%
B = 30.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#446F50 (or 0x446F50) is known color: Killarney. HEX triplet: 44, 6F and 50. RGB value is (68,111,80). Sum of RGB (Red+Green+Blue) = 68+111+80=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #446F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F50 is #BB90AF. Grayscale: #5E5E5E. Windows color (decimal): -12292272 or 5271364. OLE color: 5271364.

HSL color Cylindrical-coordinate representation of color #446F50: hue angle of 136.74º 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 #446F50 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 111 80 -
CMYK 0.39 0 0.28 0.56
HSL 136.74º 0.24% 0.35% -
HSV(B) 136.74º 0.39% 0.44% -
XYZ 9.52 13.18 9.63 -
YUV 94.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 68 111 80 0.39 0 0.28 0.56 136.74 0.24 0.35
Hex 44 6F 50 27 0 1C 38 89 18 23
Octal 104 157 120 47 0 34 70 211 30 43
Binary 1000100 1101111 1010000 100111 0 11100 111000 10001001 11000 100011

Color Harmonies of #446F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446F50

Black with #446F50

Text Example


Text Example

White with #446F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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