Html Css Color HEX #448448 Killarney

📋 copy color: '#448448'

red 68 ◦ green 132 ◦ blue 72

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

Shades of Killarney #448448

Tints of Killarney #448448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.53%

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

R = 25%
G = 48.53%
B = 26.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#448448 (or 0x448448) is known color: Killarney. HEX triplet: 44, 84 and 48. RGB value is (68,132,72). Sum of RGB (Red+Green+Blue) = 68+132+72=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #448448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448448 is #BB7BB7. Grayscale: #6A6A6A. Windows color (decimal): -12286904 or 4752452. OLE color: 4752452.

HSL color Cylindrical-coordinate representation of color #448448: hue angle of 123.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448448 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 72 -
CMYK 0.48 0 0.45 0.48
HSL 123.75º 0.32% 0.39% -
HSV(B) 123.75º 0.48% 0.52% -
XYZ 11.8 18.2 9.02 -
YUV 106.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 68 132 72 0.48 0 0.45 0.48 123.75 0.32 0.39
Hex 44 84 48 30 0 2D 30 7C 20 27
Octal 104 204 110 60 0 55 60 174 40 47
Binary 1000100 10000100 1001000 110000 0 101101 110000 1111100 100000 100111

Color Harmonies of #448448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448448

Black with #448448

Text Example


Text Example

White with #448448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448448; }

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

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

background-color css

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

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

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

border-color css

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

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

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