Html Css Color HEX #40704D Killarney

📋 copy color: '#40704D'

red 64 ◦ green 112 ◦ blue 77

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

Shades of Killarney #40704D

Tints of Killarney #40704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 25.3%
G = 44.27%
B = 30.43%

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

#40704D (or 0x40704D) is known color: Killarney. HEX triplet: 40, 70 and 4D. RGB value is (64,112,77). Sum of RGB (Red+Green+Blue) = 64+112+77=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #40704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40704D is #BF8FB2. Grayscale: #5D5D5D. Windows color (decimal): -12554163 or 5075008. OLE color: 5075008.

HSL color Cylindrical-coordinate representation of color #40704D: hue angle of 136.25º degrees, saturation: 0.27, 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 #40704D is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 77 -
CMYK 0.43 0 0.31 0.56
HSL 136.25º 0.27% 0.35% -
HSV(B) 136.25º 0.43% 0.44% -
XYZ 9.25 13.21 9.08 -
YUV 93.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 64 112 77 0.43 0 0.31 0.56 136.25 0.27 0.35
Hex 40 70 4D 2B 0 1F 38 88 1B 23
Octal 100 160 115 53 0 37 70 210 33 43
Binary 1000000 1110000 1001101 101011 0 11111 111000 10001000 11011 100011

Color Harmonies of #40704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40704D

Black with #40704D

Text Example


Text Example

White with #40704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40704D; }

 p { color: rgb(64,112,77); }

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

background-color css

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

 a { background-color: rgb(64,112,77); }

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

border-color css

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

 span { border-color: rgb(64,112,77); }

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