Html Css Color HEX #448B48 Killarney

📋 copy color: '#448B48'

red 68 ◦ green 139 ◦ blue 72

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

Shades of Killarney #448B48

Tints of Killarney #448B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 24.37%
G = 49.82%
B = 25.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#448B48 (or 0x448B48) is known color: Killarney. HEX triplet: 44, 8B and 48. RGB value is (68,139,72). Sum of RGB (Red+Green+Blue) = 68+139+72=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #448B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448B48 is #BB74B7. Grayscale: #6E6E6E. Windows color (decimal): -12285112 or 4754244. OLE color: 4754244.

HSL color Cylindrical-coordinate representation of color #448B48: hue angle of 123.38º 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 #448B48 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 139 72 -
CMYK 0.51 0 0.48 0.45
HSL 123.38º 0.34% 0.41% -
HSV(B) 123.38º 0.51% 0.55% -
XYZ 12.79 20.16 9.35 -
YUV 110.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 68 139 72 0.51 0 0.48 0.45 123.38 0.34 0.41
Hex 44 8B 48 33 0 30 2D 7B 22 29
Octal 104 213 110 63 0 60 55 173 42 51
Binary 1000100 10001011 1001000 110011 0 110000 101101 1111011 100010 101001

Color Harmonies of #448B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B48

Black with #448B48

Text Example


Text Example

White with #448B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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