Html Css Color HEX #42894F Killarney

📋 copy color: '#42894F'

red 66 ◦ green 137 ◦ blue 79

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

Shades of Killarney #42894F

Tints of Killarney #42894F

RGB

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

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

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

R = 23.4%
G = 48.58%
B = 28.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#42894F (or 0x42894F) is known color: Killarney. HEX triplet: 42, 89 and 4F. RGB value is (66,137,79). Sum of RGB (Red+Green+Blue) = 66+137+79=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #42894F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42894F is #BD76B0. Grayscale: #6D6D6D. Windows color (decimal): -12416689 or 5212482. OLE color: 5212482.

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

Color convert

RGB 66 137 79 -
CMYK 0.52 0 0.42 0.46
HSL 130.99º 0.35% 0.4% -
HSV(B) 130.99º 0.52% 0.54% -
XYZ 12.6 19.61 10.52 -
YUV 109.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 66 137 79 0.52 0 0.42 0.46 130.99 0.35 0.4
Hex 42 89 4F 34 0 2A 2E 83 23 28
Octal 102 211 117 64 0 52 56 203 43 50
Binary 1000010 10001001 1001111 110100 0 101010 101110 10000011 100011 101000

Color Harmonies of #42894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42894F

Black with #42894F

Text Example


Text Example

White with #42894F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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