Html Css Color HEX #42764E Killarney

📋 copy color: '#42764E'

red 66 ◦ green 118 ◦ blue 78

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

Shades of Killarney #42764E

Tints of Killarney #42764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 25.19%
G = 45.04%
B = 29.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#42764E (or 0x42764E) is known color: Killarney. HEX triplet: 42, 76 and 4E. RGB value is (66,118,78). Sum of RGB (Red+Green+Blue) = 66+118+78=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #42764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42764E is #BD89B1. Grayscale: #616161. Windows color (decimal): -12421554 or 5142082. OLE color: 5142082.

HSL color Cylindrical-coordinate representation of color #42764E: hue angle of 133.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42764E is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 78 -
CMYK 0.44 0 0.34 0.54
HSL 133.85º 0.28% 0.36% -
HSV(B) 133.85º 0.44% 0.46% -
XYZ 10.1 14.67 9.51 -
YUV 97.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 66 118 78 0.44 0 0.34 0.54 133.85 0.28 0.36
Hex 42 76 4E 2C 0 22 36 86 1C 24
Octal 102 166 116 54 0 42 66 206 34 44
Binary 1000010 1110110 1001110 101100 0 100010 110110 10000110 11100 100100

Color Harmonies of #42764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42764E

Black with #42764E

Text Example


Text Example

White with #42764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42764E; }

 p { color: rgb(66,118,78); }

 H1.HeaderClassName
 {
   color: #42764E;
 }
 .AnyTagClassName
 {
   color: #42764E;
 }
</style>

background-color css

<style>
 a { background-color: #42764E; }

 a { background-color: rgb(66,118,78); }

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

border-color css

<style>
 span { border-color: #42764E; }

 span { border-color: rgb(66,118,78); }

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