Html Css Color HEX #40714E Killarney

📋 copy color: '#40714E'

red 64 ◦ green 113 ◦ blue 78

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

Shades of Killarney #40714E

Tints of Killarney #40714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 25.1%
G = 44.31%
B = 30.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#40714E (or 0x40714E) is known color: Killarney. HEX triplet: 40, 71 and 4E. RGB value is (64,113,78). Sum of RGB (Red+Green+Blue) = 64+113+78=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #40714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40714E is #BF8EB1. Grayscale: #5E5E5E. Windows color (decimal): -12553906 or 5140800. OLE color: 5140800.

HSL color Cylindrical-coordinate representation of color #40714E: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40714E is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 78 -
CMYK 0.43 0 0.31 0.56
HSL 137.14º 0.28% 0.35% -
HSV(B) 137.14º 0.43% 0.44% -
XYZ 9.39 13.45 9.31 -
YUV 94.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 64 113 78 0.43 0 0.31 0.56 137.14 0.28 0.35
Hex 40 71 4E 2B 0 1F 38 89 1C 23
Octal 100 161 116 53 0 37 70 211 34 43
Binary 1000000 1110001 1001110 101011 0 11111 111000 10001001 11100 100011

Color Harmonies of #40714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40714E

Black with #40714E

Text Example


Text Example

White with #40714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40714E; }

 p { color: rgb(64,113,78); }

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

background-color css

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

 a { background-color: rgb(64,113,78); }

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

border-color css

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

 span { border-color: rgb(64,113,78); }

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