Html Css Color HEX #40774A Killarney

📋 copy color: '#40774A'

red 64 ◦ green 119 ◦ blue 74

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

Shades of Killarney #40774A

Tints of Killarney #40774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 24.9%
G = 46.3%
B = 28.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#40774A (or 0x40774A) is known color: Killarney. HEX triplet: 40, 77 and 4A. RGB value is (64,119,74). Sum of RGB (Red+Green+Blue) = 64+119+74=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #40774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40774A is #BF88B5. Grayscale: #616161. Windows color (decimal): -12552374 or 4880192. OLE color: 4880192.

HSL color Cylindrical-coordinate representation of color #40774A: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40774A is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 74 -
CMYK 0.46 0 0.38 0.53
HSL 130.91º 0.3% 0.36% -
HSV(B) 130.91º 0.46% 0.47% -
XYZ 9.95 14.78 8.81 -
YUV 97.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 64 119 74 0.46 0 0.38 0.53 130.91 0.3 0.36
Hex 40 77 4A 2E 0 26 35 83 1E 24
Octal 100 167 112 56 0 46 65 203 36 44
Binary 1000000 1110111 1001010 101110 0 100110 110101 10000011 11110 100100

Color Harmonies of #40774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40774A

Black with #40774A

Text Example


Text Example

White with #40774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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