Html Css Color HEX #457F50 Killarney

📋 copy color: '#457F50'

red 69 ◦ green 127 ◦ blue 80

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

Shades of Killarney #457F50

Tints of Killarney #457F50

RGB

 RED value IS 69 (27.34% from 255) = 25%

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 25%
G = 46.01%
B = 28.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#457F50 (or 0x457F50) is known color: Killarney. HEX triplet: 45, 7F and 50. RGB value is (69,127,80). Sum of RGB (Red+Green+Blue) = 69+127+80=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #457F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F50 is #BA80AF. Grayscale: #686868. Windows color (decimal): -12222640 or 5275461. OLE color: 5275461.

HSL color Cylindrical-coordinate representation of color #457F50: hue angle of 131.38º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F50 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 127 80 -
CMYK 0.46 0 0.37 0.50
HSL 131.38º 0.3% 0.38% -
HSV(B) 131.38º 0.46% 0.5% -
XYZ 11.49 17.02 10.27 -
YUV 104.3 114.28 102.82 -
System Red Green Blue C M Y K H S L
Decimal 69 127 80 0.46 0 0.37 0.50 131.38 0.3 0.38
Hex 45 7F 50 2E 0 25 32 83 1E 26
Octal 105 177 120 56 0 45 62 203 36 46
Binary 1000101 1111111 1010000 101110 0 100101 110010 10000011 11110 100110

Color Harmonies of #457F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457F50

Black with #457F50

Text Example


Text Example

White with #457F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457F50; }

 p { color: rgb(69,127,80); }

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

background-color css

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

 a { background-color: rgb(69,127,80); }

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

border-color css

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

 span { border-color: rgb(69,127,80); }

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