Html Css Color HEX #40704C Killarney

📋 copy color: '#40704C'

red 64 ◦ green 112 ◦ blue 76

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

Shades of Killarney #40704C

Tints of Killarney #40704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 25.4%
G = 44.44%
B = 30.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#40704C (or 0x40704C) is known color: Killarney. HEX triplet: 40, 70 and 4C. RGB value is (64,112,76). Sum of RGB (Red+Green+Blue) = 64+112+76=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #40704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40704C is #BF8FB3. Grayscale: #5D5D5D. Windows color (decimal): -12554164 or 5009472. OLE color: 5009472.

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

Color convert

RGB 64 112 76 -
CMYK 0.43 0 0.32 0.56
HSL 135º 0.27% 0.35% -
HSV(B) 135º 0.43% 0.44% -
XYZ 9.21 13.2 8.9 -
YUV 93.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 64 112 76 0.43 0 0.32 0.56 135 0.27 0.35
Hex 40 70 4C 2B 0 20 38 87 1B 23
Octal 100 160 114 53 0 40 70 207 33 43
Binary 1000000 1110000 1001100 101011 0 100000 111000 10000111 11011 100011

Color Harmonies of #40704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40704C

Black with #40704C

Text Example


Text Example

White with #40704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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