Html Css Color HEX #40714A Killarney

📋 copy color: '#40714A'

red 64 ◦ green 113 ◦ blue 74

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

Shades of Killarney #40714A

Tints of Killarney #40714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 25.5%
G = 45.02%
B = 29.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#40714A (or 0x40714A) is known color: Killarney. HEX triplet: 40, 71 and 4A. RGB value is (64,113,74). Sum of RGB (Red+Green+Blue) = 64+113+74=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #40714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40714A is #BF8EB5. Grayscale: #5E5E5E. Windows color (decimal): -12553910 or 4878656. OLE color: 4878656.

HSL color Cylindrical-coordinate representation of color #40714A: hue angle of 132.24º 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 #40714A is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 74 -
CMYK 0.43 0 0.35 0.56
HSL 132.24º 0.28% 0.35% -
HSV(B) 132.24º 0.43% 0.44% -
XYZ 9.26 13.39 8.58 -
YUV 93.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 64 113 74 0.43 0 0.35 0.56 132.24 0.28 0.35
Hex 40 71 4A 2B 0 23 38 84 1C 23
Octal 100 161 112 53 0 43 70 204 34 43
Binary 1000000 1110001 1001010 101011 0 100011 111000 10000100 11100 100011

Color Harmonies of #40714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40714A

Black with #40714A

Text Example


Text Example

White with #40714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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