Html Css Color HEX #407D50 Killarney

📋 copy color: '#407D50'

red 64 ◦ green 125 ◦ blue 80

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

Shades of Killarney #407D50

Tints of Killarney #407D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

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

R = 23.79%
G = 46.47%
B = 29.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#407D50 (or 0x407D50) is known color: Killarney. HEX triplet: 40, 7D and 50. RGB value is (64,125,80). Sum of RGB (Red+Green+Blue) = 64+125+80=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #407D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D50 is #BF82AF. Grayscale: #656565. Windows color (decimal): -12550832 or 5274944. OLE color: 5274944.

HSL color Cylindrical-coordinate representation of color #407D50: hue angle of 135.74º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D50 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 80 -
CMYK 0.49 0 0.36 0.51
HSL 135.74º 0.32% 0.37% -
HSV(B) 135.74º 0.49% 0.49% -
XYZ 10.9 16.34 10.17 -
YUV 101.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 64 125 80 0.49 0 0.36 0.51 135.74 0.32 0.37
Hex 40 7D 50 31 0 24 33 88 20 25
Octal 100 175 120 61 0 44 63 210 40 45
Binary 1000000 1111101 1010000 110001 0 100100 110011 10001000 100000 100101

Color Harmonies of #407D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D50

Black with #407D50

Text Example


Text Example

White with #407D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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