Html Css Color HEX #42894E Killarney

📋 copy color: '#42894E'

red 66 ◦ green 137 ◦ blue 78

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

Shades of Killarney #42894E

Tints of Killarney #42894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.75%

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

R = 23.49%
G = 48.75%
B = 27.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#42894E (or 0x42894E) is known color: Killarney. HEX triplet: 42, 89 and 4E. RGB value is (66,137,78). Sum of RGB (Red+Green+Blue) = 66+137+78=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #42894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42894E is #BD76B1. Grayscale: #6D6D6D. Windows color (decimal): -12416690 or 5146946. OLE color: 5146946.

HSL color Cylindrical-coordinate representation of color #42894E: hue angle of 130.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42894E is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 78 -
CMYK 0.52 0 0.43 0.46
HSL 130.14º 0.35% 0.4% -
HSV(B) 130.14º 0.52% 0.54% -
XYZ 12.57 19.6 10.33 -
YUV 109.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 66 137 78 0.52 0 0.43 0.46 130.14 0.35 0.4
Hex 42 89 4E 34 0 2B 2E 82 23 28
Octal 102 211 116 64 0 53 56 202 43 50
Binary 1000010 10001001 1001110 110100 0 101011 101110 10000010 100011 101000

Color Harmonies of #42894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42894E

Black with #42894E

Text Example


Text Example

White with #42894E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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