Html Css Color HEX #448048 Killarney

📋 copy color: '#448048'

red 68 ◦ green 128 ◦ blue 72

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

Shades of Killarney #448048

Tints of Killarney #448048

RGB

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

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

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

R = 25.37%
G = 47.76%
B = 26.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#448048 (or 0x448048) is known color: Killarney. HEX triplet: 44, 80 and 48. RGB value is (68,128,72). Sum of RGB (Red+Green+Blue) = 68+128+72=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #448048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448048 is #BB7FB7. Grayscale: #676767. Windows color (decimal): -12287928 or 4751428. OLE color: 4751428.

HSL color Cylindrical-coordinate representation of color #448048: hue angle of 124º 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 #448048 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 72 -
CMYK 0.47 0 0.44 0.50
HSL 124º 0.31% 0.38% -
HSV(B) 124º 0.47% 0.5% -
XYZ 11.27 17.14 8.84 -
YUV 103.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 68 128 72 0.47 0 0.44 0.50 124 0.31 0.38
Hex 44 80 48 2F 0 2C 32 7C 1F 26
Octal 104 200 110 57 0 54 62 174 37 46
Binary 1000100 10000000 1001000 101111 0 101100 110010 1111100 11111 100110

Color Harmonies of #448048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448048

Black with #448048

Text Example


Text Example

White with #448048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448048; }

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

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

background-color css

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

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

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

border-color css

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

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

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