Html Css Color HEX #42774D Killarney

📋 copy color: '#42774D'

red 66 ◦ green 119 ◦ blue 77

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

Shades of Killarney #42774D

Tints of Killarney #42774D

RGB

 RED value IS 66 (26.17% from 255) = 25.19%

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

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

R = 25.19%
G = 45.42%
B = 29.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#42774D (or 0x42774D) is known color: Killarney. HEX triplet: 42, 77 and 4D. RGB value is (66,119,77). Sum of RGB (Red+Green+Blue) = 66+119+77=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #42774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42774D is #BD88B2. Grayscale: #626262. Windows color (decimal): -12421299 or 5076802. OLE color: 5076802.

HSL color Cylindrical-coordinate representation of color #42774D: hue angle of 132.45º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42774D is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 77 -
CMYK 0.45 0 0.35 0.53
HSL 132.45º 0.29% 0.36% -
HSV(B) 132.45º 0.45% 0.47% -
XYZ 10.18 14.89 9.36 -
YUV 98.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 66 119 77 0.45 0 0.35 0.53 132.45 0.29 0.36
Hex 42 77 4D 2D 0 23 35 84 1D 24
Octal 102 167 115 55 0 43 65 204 35 44
Binary 1000010 1110111 1001101 101101 0 100011 110101 10000100 11101 100100

Color Harmonies of #42774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42774D

Black with #42774D

Text Example


Text Example

White with #42774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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