Html Css Color HEX #448D4D Killarney

📋 copy color: '#448D4D'

red 68 ◦ green 141 ◦ blue 77

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

Shades of Killarney #448D4D

Tints of Killarney #448D4D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 49.3%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 23.78%
G = 49.3%
B = 26.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#448D4D (or 0x448D4D) is known color: Killarney. HEX triplet: 44, 8D and 4D. RGB value is (68,141,77). Sum of RGB (Red+Green+Blue) = 68+141+77=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #448D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D4D is #BB72B2. Grayscale: #707070. Windows color (decimal): -12284595 or 5082436. OLE color: 5082436.

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

Color convert

RGB 68 141 77 -
CMYK 0.52 0 0.45 0.45
HSL 127.4º 0.35% 0.41% -
HSV(B) 127.4º 0.52% 0.55% -
XYZ 13.25 20.81 10.34 -
YUV 111.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 68 141 77 0.52 0 0.45 0.45 127.4 0.35 0.41
Hex 44 8D 4D 34 0 2D 2D 7F 23 29
Octal 104 215 115 64 0 55 55 177 43 51
Binary 1000100 10001101 1001101 110100 0 101101 101101 1111111 100011 101001

Color Harmonies of #448D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D4D

Black with #448D4D

Text Example


Text Example

White with #448D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,77); }

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

background-color css

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

 a { background-color: rgb(68,141,77); }

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

border-color css

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

 span { border-color: rgb(68,141,77); }

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