Html Css Color HEX #408050 Killarney

📋 copy color: '#408050'

red 64 ◦ green 128 ◦ blue 80

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

Shades of Killarney #408050

Tints of Killarney #408050

RGB

 RED value IS 64 (25.39% from 255) = 23.53%

 GREEN value IS 128 (50.39% from 255) = 47.06%

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

R = 23.53%
G = 47.06%
B = 29.41%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#408050 (or 0x408050) is known color: Killarney. HEX triplet: 40, 80 and 50. RGB value is (64,128,80). Sum of RGB (Red+Green+Blue) = 64+128+80=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #408050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408050 is #BF7FAF. Grayscale: #676767. Windows color (decimal): -12550064 or 5275712. OLE color: 5275712.

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

Color convert

RGB 64 128 80 -
CMYK 0.5 0 0.38 0.50
HSL 135º 0.33% 0.38% -
HSV(B) 135º 0.5% 0.5% -
XYZ 11.28 17.11 10.3 -
YUV 103.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 64 128 80 0.5 0 0.38 0.50 135 0.33 0.38
Hex 40 80 50 32 0 26 32 87 21 26
Octal 100 200 120 62 0 46 62 207 41 46
Binary 1000000 10000000 1010000 110010 0 100110 110010 10000111 100001 100110

Color Harmonies of #408050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408050

Black with #408050

Text Example


Text Example

White with #408050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408050; }

 p { color: rgb(64,128,80); }

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

background-color css

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

 a { background-color: rgb(64,128,80); }

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

border-color css

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

 span { border-color: rgb(64,128,80); }

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