Html Css Color HEX #448050 Killarney

📋 copy color: '#448050'

red 68 ◦ green 128 ◦ blue 80

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

Shades of Killarney #448050

Tints of Killarney #448050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 24.64%
G = 46.38%
B = 28.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#448050 (or 0x448050) is known color: Killarney. HEX triplet: 44, 80 and 50. RGB value is (68,128,80). Sum of RGB (Red+Green+Blue) = 68+128+80=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #448050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448050 is #BB7FAF. Grayscale: #686868. Windows color (decimal): -12287920 or 5275716. OLE color: 5275716.

HSL color Cylindrical-coordinate representation of color #448050: hue angle of 132º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448050 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 80 -
CMYK 0.47 0 0.38 0.50
HSL 132º 0.31% 0.38% -
HSV(B) 132º 0.47% 0.5% -
XYZ 11.55 17.25 10.31 -
YUV 104.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 68 128 80 0.47 0 0.38 0.50 132 0.31 0.38
Hex 44 80 50 2F 0 26 32 84 1F 26
Octal 104 200 120 57 0 46 62 204 37 46
Binary 1000100 10000000 1010000 101111 0 100110 110010 10000100 11111 100110

Color Harmonies of #448050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448050

Black with #448050

Text Example


Text Example

White with #448050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448050; }

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

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

background-color css

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

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

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

border-color css

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

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

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