Html Css Color HEX #458550 Killarney

📋 copy color: '#458550'

red 69 ◦ green 133 ◦ blue 80

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

Shades of Killarney #458550

Tints of Killarney #458550

RGB

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

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

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

R = 24.47%
G = 47.16%
B = 28.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#458550 (or 0x458550) is known color: Killarney. HEX triplet: 45, 85 and 50. RGB value is (69,133,80). Sum of RGB (Red+Green+Blue) = 69+133+80=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #458550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458550 is #BA7AAF. Grayscale: #6B6B6B. Windows color (decimal): -12221104 or 5276997. OLE color: 5276997.

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

Color convert

RGB 69 133 80 -
CMYK 0.48 0 0.40 0.48
HSL 130.31º 0.32% 0.4% -
HSV(B) 130.31º 0.48% 0.52% -
XYZ 12.29 18.62 10.54 -
YUV 107.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 69 133 80 0.48 0 0.40 0.48 130.31 0.32 0.4
Hex 45 85 50 30 0 28 30 82 20 28
Octal 105 205 120 60 0 50 60 202 40 50
Binary 1000101 10000101 1010000 110000 0 101000 110000 10000010 100000 101000

Color Harmonies of #458550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458550

Black with #458550

Text Example


Text Example

White with #458550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458550; }

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

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

background-color css

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

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

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

border-color css

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

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

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