Html Css Color HEX #448052 Killarney

📋 copy color: '#448052'

red 68 ◦ green 128 ◦ blue 82

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

Shades of Killarney #448052

Tints of Killarney #448052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 24.46%
G = 46.04%
B = 29.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#448052 (or 0x448052) is known color: Killarney. HEX triplet: 44, 80 and 52. RGB value is (68,128,82). Sum of RGB (Red+Green+Blue) = 68+128+82=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #448052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448052 is #BB7FAD. Grayscale: #686868. Windows color (decimal): -12287918 or 5406788. OLE color: 5406788.

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

Color convert

RGB 68 128 82 -
CMYK 0.47 0 0.36 0.50
HSL 134º 0.31% 0.38% -
HSV(B) 134º 0.47% 0.5% -
XYZ 11.63 17.28 10.7 -
YUV 104.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 68 128 82 0.47 0 0.36 0.50 134 0.31 0.38
Hex 44 80 52 2F 0 24 32 86 1F 26
Octal 104 200 122 57 0 44 62 206 37 46
Binary 1000100 10000000 1010010 101111 0 100100 110010 10000110 11111 100110

Color Harmonies of #448052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448052

Black with #448052

Text Example


Text Example

White with #448052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448052; }

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

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

background-color css

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

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

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

border-color css

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

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

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