Html Css Color HEX #42774F Killarney

📋 copy color: '#42774F'

red 66 ◦ green 119 ◦ blue 79

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

Shades of Killarney #42774F

Tints of Killarney #42774F

RGB

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

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

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

R = 25%
G = 45.08%
B = 29.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#42774F (or 0x42774F) is known color: Killarney. HEX triplet: 42, 77 and 4F. RGB value is (66,119,79). Sum of RGB (Red+Green+Blue) = 66+119+79=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #42774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42774F is #BD88B0. Grayscale: #626262. Windows color (decimal): -12421297 or 5207874. OLE color: 5207874.

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

Color convert

RGB 66 119 79 -
CMYK 0.45 0 0.34 0.53
HSL 134.72º 0.29% 0.36% -
HSV(B) 134.72º 0.45% 0.47% -
XYZ 10.25 14.92 9.74 -
YUV 98.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 66 119 79 0.45 0 0.34 0.53 134.72 0.29 0.36
Hex 42 77 4F 2D 0 22 35 87 1D 24
Octal 102 167 117 55 0 42 65 207 35 44
Binary 1000010 1110111 1001111 101101 0 100010 110101 10000111 11101 100100

Color Harmonies of #42774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42774F

Black with #42774F

Text Example


Text Example

White with #42774F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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