Html Css Color HEX #40774D Killarney

📋 copy color: '#40774D'

red 64 ◦ green 119 ◦ blue 77

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

Shades of Killarney #40774D

Tints of Killarney #40774D

RGB

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

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

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

R = 24.62%
G = 45.77%
B = 29.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#40774D (or 0x40774D) is known color: Killarney. HEX triplet: 40, 77 and 4D. RGB value is (64,119,77). Sum of RGB (Red+Green+Blue) = 64+119+77=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #40774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40774D is #BF88B2. Grayscale: #616161. Windows color (decimal): -12552371 or 5076800. OLE color: 5076800.

HSL color Cylindrical-coordinate representation of color #40774D: hue angle of 134.18º 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 #40774D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 77 -
CMYK 0.46 0 0.35 0.53
HSL 134.18º 0.3% 0.36% -
HSV(B) 134.18º 0.46% 0.47% -
XYZ 10.05 14.82 9.35 -
YUV 97.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 64 119 77 0.46 0 0.35 0.53 134.18 0.3 0.36
Hex 40 77 4D 2E 0 23 35 86 1E 24
Octal 100 167 115 56 0 43 65 206 36 44
Binary 1000000 1110111 1001101 101110 0 100011 110101 10000110 11110 100100

Color Harmonies of #40774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40774D

Black with #40774D

Text Example


Text Example

White with #40774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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