Html Css Color HEX #407A4F Killarney

📋 copy color: '#407A4F'

red 64 ◦ green 122 ◦ blue 79

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

Shades of Killarney #407A4F

Tints of Killarney #407A4F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.04%

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 24.15%
G = 46.04%
B = 29.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#407A4F (or 0x407A4F) is known color: Killarney. HEX triplet: 40, 7A and 4F. RGB value is (64,122,79). Sum of RGB (Red+Green+Blue) = 64+122+79=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #407A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A4F is #BF85B0. Grayscale: #636363. Windows color (decimal): -12551601 or 5208640. OLE color: 5208640.

HSL color Cylindrical-coordinate representation of color #407A4F: hue angle of 135.52º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A4F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 79 -
CMYK 0.48 0 0.35 0.52
HSL 135.52º 0.31% 0.36% -
HSV(B) 135.52º 0.48% 0.48% -
XYZ 10.49 15.57 9.85 -
YUV 99.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 64 122 79 0.48 0 0.35 0.52 135.52 0.31 0.36
Hex 40 7A 4F 30 0 23 34 88 1F 24
Octal 100 172 117 60 0 43 64 210 37 44
Binary 1000000 1111010 1001111 110000 0 100011 110100 10001000 11111 100100

Color Harmonies of #407A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A4F

Black with #407A4F

Text Example


Text Example

White with #407A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,122,79); }

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

background-color css

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

 a { background-color: rgb(64,122,79); }

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

border-color css

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

 span { border-color: rgb(64,122,79); }

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