Html Css Color HEX #448552 Killarney

📋 copy color: '#448552'

red 68 ◦ green 133 ◦ blue 82

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

Shades of Killarney #448552

Tints of Killarney #448552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 24.03%
G = 47%
B = 28.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#448552 (or 0x448552) is known color: Killarney. HEX triplet: 44, 85 and 52. RGB value is (68,133,82). Sum of RGB (Red+Green+Blue) = 68+133+82=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #448552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448552 is #BB7AAD. Grayscale: #6B6B6B. Windows color (decimal): -12286638 or 5408068. OLE color: 5408068.

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

Color convert

RGB 68 133 82 -
CMYK 0.49 0 0.38 0.48
HSL 132.92º 0.32% 0.39% -
HSV(B) 132.92º 0.49% 0.52% -
XYZ 12.29 18.61 10.93 -
YUV 107.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 68 133 82 0.49 0 0.38 0.48 132.92 0.32 0.39
Hex 44 85 52 31 0 26 30 85 20 27
Octal 104 205 122 61 0 46 60 205 40 47
Binary 1000100 10000101 1010010 110001 0 100110 110000 10000101 100000 100111

Color Harmonies of #448552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448552

Black with #448552

Text Example


Text Example

White with #448552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448552; }

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

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

background-color css

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

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

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

border-color css

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

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

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