Html Css Color HEX #42884E Killarney

📋 copy color: '#42884E'

red 66 ◦ green 136 ◦ blue 78

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

Shades of Killarney #42884E

Tints of Killarney #42884E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.57%

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

R = 23.57%
G = 48.57%
B = 27.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#42884E (or 0x42884E) is known color: Killarney. HEX triplet: 42, 88 and 4E. RGB value is (66,136,78). Sum of RGB (Red+Green+Blue) = 66+136+78=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #42884E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42884E is #BD77B1. Grayscale: #6C6C6C. Windows color (decimal): -12416946 or 5146690. OLE color: 5146690.

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

Color convert

RGB 66 136 78 -
CMYK 0.51 0 0.43 0.47
HSL 130.29º 0.35% 0.4% -
HSV(B) 130.29º 0.51% 0.53% -
XYZ 12.43 19.32 10.28 -
YUV 108.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 66 136 78 0.51 0 0.43 0.47 130.29 0.35 0.4
Hex 42 88 4E 33 0 2B 2F 82 23 28
Octal 102 210 116 63 0 53 57 202 43 50
Binary 1000010 10001000 1001110 110011 0 101011 101111 10000010 100011 101000

Color Harmonies of #42884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42884E

Black with #42884E

Text Example


Text Example

White with #42884E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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