#448952

Color #448952 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #448952

Tints of Killarney #448952

Color information

#448952 (or 0x448952) is unknown color: approx Killarney. HEX triplet: 44, 89 and 52. RGB value is (68,137,82). Sum of RGB (Red+Green+Blue) = 68+137+82=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #448952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448952 is #BB76AD. Grayscale: #6E6E6E. Windows color (decimal): -12285614 or 5409092. OLE color: 5409092.

HSL color Cylindrical-coordinate representation of color #448952: hue angle of 132.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448952 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB6813782-
CMYK0.5000.400.46
HSL132.17º33.66%40.2%-
HSV(B)132.17º50.36%53.73%-
XYZ12.8519.7311.11-
YUV110.1112.1497.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 137 (53.91% from 255) = 47.74%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=23.69%
G=47.74%
B=28.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68137820.5000.400.46132.1733.6640.2
Hex448952320282E842228
Octal10421112262050562044250
Binary1000100100010011010010110010010100010111010000100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448952; }

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

 H1.HeaderClassName
 {
   color: #448952;
 }
 .AnyTagClassName
 {
   color: #448952;
 }
</style>
background-color css

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

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

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

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

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

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