Html Css Color HEX #42894C Killarney

📋 copy color: '#42894C'

red 66 ◦ green 137 ◦ blue 76

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

Shades of Killarney #42894C

Tints of Killarney #42894C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 23.66%
G = 49.1%
B = 27.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#42894C (or 0x42894C) is known color: Killarney. HEX triplet: 42, 89 and 4C. RGB value is (66,137,76). Sum of RGB (Red+Green+Blue) = 66+137+76=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #42894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42894C is #BD76B3. Grayscale: #6C6C6C. Windows color (decimal): -12416692 or 5015874. OLE color: 5015874.

HSL color Cylindrical-coordinate representation of color #42894C: hue angle of 128.45º 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 #42894C is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 76 -
CMYK 0.52 0 0.45 0.46
HSL 128.45º 0.35% 0.4% -
HSV(B) 128.45º 0.52% 0.54% -
XYZ 12.5 19.57 9.96 -
YUV 108.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 66 137 76 0.52 0 0.45 0.46 128.45 0.35 0.4
Hex 42 89 4C 34 0 2D 2E 80 23 28
Octal 102 211 114 64 0 55 56 200 43 50
Binary 1000010 10001001 1001100 110100 0 101101 101110 10000000 100011 101000

Color Harmonies of #42894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42894C

Black with #42894C

Text Example


Text Example

White with #42894C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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