Html Css Color HEX #458A50 Killarney

📋 copy color: '#458A50'

red 69 ◦ green 138 ◦ blue 80

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

Shades of Killarney #458A50

Tints of Killarney #458A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.08%

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

R = 24.04%
G = 48.08%
B = 27.87%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#458A50 (or 0x458A50) is known color: Killarney. HEX triplet: 45, 8A and 50. RGB value is (69,138,80). Sum of RGB (Red+Green+Blue) = 69+138+80=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #458A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458A50 is #BA75AF. Grayscale: #6E6E6E. Windows color (decimal): -12219824 or 5278277. OLE color: 5278277.

HSL color Cylindrical-coordinate representation of color #458A50: hue angle of 129.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458A50 is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 138 80 -
CMYK 0.5 0 0.42 0.46
HSL 129.57º 0.33% 0.41% -
HSV(B) 129.57º 0.5% 0.54% -
XYZ 12.99 20.02 10.77 -
YUV 110.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 69 138 80 0.5 0 0.42 0.46 129.57 0.33 0.41
Hex 45 8A 50 32 0 2A 2E 82 21 29
Octal 105 212 120 62 0 52 56 202 41 51
Binary 1000101 10001010 1010000 110010 0 101010 101110 10000010 100001 101001

Color Harmonies of #458A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458A50

Black with #458A50

Text Example


Text Example

White with #458A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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