Html Css Color HEX #40724A Killarney

📋 copy color: '#40724A'

red 64 ◦ green 114 ◦ blue 74

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

Shades of Killarney #40724A

Tints of Killarney #40724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 25.4%
G = 45.24%
B = 29.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#40724A (or 0x40724A) is known color: Killarney. HEX triplet: 40, 72 and 4A. RGB value is (64,114,74). Sum of RGB (Red+Green+Blue) = 64+114+74=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #40724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40724A is #BF8DB5. Grayscale: #5E5E5E. Windows color (decimal): -12553654 or 4878912. OLE color: 4878912.

HSL color Cylindrical-coordinate representation of color #40724A: hue angle of 132º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40724A is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 74 -
CMYK 0.44 0 0.35 0.55
HSL 132º 0.28% 0.35% -
HSV(B) 132º 0.44% 0.45% -
XYZ 9.37 13.62 8.61 -
YUV 94.49 116.44 106.25 -
System Red Green Blue C M Y K H S L
Decimal 64 114 74 0.44 0 0.35 0.55 132 0.28 0.35
Hex 40 72 4A 2C 0 23 37 84 1C 23
Octal 100 162 112 54 0 43 67 204 34 43
Binary 1000000 1110010 1001010 101100 0 100011 110111 10000100 11100 100011

Color Harmonies of #40724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40724A

Black with #40724A

Text Example


Text Example

White with #40724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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