Html Css Color HEX #40774F Killarney

📋 copy color: '#40774F'

red 64 ◦ green 119 ◦ blue 79

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

Shades of Killarney #40774F

Tints of Killarney #40774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 24.43%
G = 45.42%
B = 30.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#40774F (or 0x40774F) is known color: Killarney. HEX triplet: 40, 77 and 4F. RGB value is (64,119,79). Sum of RGB (Red+Green+Blue) = 64+119+79=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #40774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40774F is #BF88B0. Grayscale: #626262. Windows color (decimal): -12552369 or 5207872. OLE color: 5207872.

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

Color convert

RGB 64 119 79 -
CMYK 0.46 0 0.34 0.53
HSL 136.36º 0.3% 0.36% -
HSV(B) 136.36º 0.46% 0.47% -
XYZ 10.12 14.85 9.73 -
YUV 98 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 64 119 79 0.46 0 0.34 0.53 136.36 0.3 0.36
Hex 40 77 4F 2E 0 22 35 88 1E 24
Octal 100 167 117 56 0 42 65 210 36 44
Binary 1000000 1110111 1001111 101110 0 100010 110101 10001000 11110 100100

Color Harmonies of #40774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40774F

Black with #40774F

Text Example


Text Example

White with #40774F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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