#447D4B

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

Shades of Killarney #447D4B

Tints of Killarney #447D4B

Color information

#447D4B (or 0x447D4B) is unknown color: approx Killarney. HEX triplet: 44, 7D and 4B. RGB value is (68,125,75). Sum of RGB (Red+Green+Blue) = 68+125+75=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #447D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447D4B is #BB82B4. Grayscale: #666666. Windows color (decimal): -12288693 or 4947268. OLE color: 4947268.

HSL color Cylindrical-coordinate representation of color #447D4B: hue angle of 127.37º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447D4B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB6812575-
CMYK0.4600.400.51
HSL127.37º29.53%37.84%-
HSV(B)127.37º45.6%49.02%-
XYZ10.9916.49.24-
YUV102.26112.62103.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 125 (49.22% from 255) = 46.64%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=25.37%
G=46.64%
B=27.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68125750.4600.400.51127.3729.5337.84
Hex447D4B2E028337f1e26
Octal10417511356050631773646
Binary1000100111110110010111011100101000110011111111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447D4B; }

 p { color: rgb(68,125,75); }

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

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

 a { background-color: rgb(68,125,75); }

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

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

 span { border-color: rgb(68,125,75); }

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