Html Css Color HEX #448B50 Killarney

📋 copy color: '#448B50'

red 68 ◦ green 139 ◦ blue 80

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

Shades of Killarney #448B50

Tints of Killarney #448B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

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

R = 23.69%
G = 48.43%
B = 27.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#448B50 (or 0x448B50) is known color: Killarney. HEX triplet: 44, 8B and 50. RGB value is (68,139,80). Sum of RGB (Red+Green+Blue) = 68+139+80=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #448B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B50 is #BB74AF. Grayscale: #6F6F6F. Windows color (decimal): -12285104 or 5278532. OLE color: 5278532.

HSL color Cylindrical-coordinate representation of color #448B50: hue angle of 130.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B50 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 139 80 -
CMYK 0.51 0 0.42 0.45
HSL 130.14º 0.34% 0.41% -
HSV(B) 130.14º 0.51% 0.55% -
XYZ 13.06 20.27 10.81 -
YUV 111.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 68 139 80 0.51 0 0.42 0.45 130.14 0.34 0.41
Hex 44 8B 50 33 0 2A 2D 82 22 29
Octal 104 213 120 63 0 52 55 202 42 51
Binary 1000100 10001011 1010000 110011 0 101010 101101 10000010 100010 101001

Color Harmonies of #448B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B50

Black with #448B50

Text Example


Text Example

White with #448B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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