Html Css Color HEX #42884F Killarney

📋 copy color: '#42884F'

red 66 ◦ green 136 ◦ blue 79

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

Shades of Killarney #42884F

Tints of Killarney #42884F

RGB

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

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

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

R = 23.49%
G = 48.4%
B = 28.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#42884F (or 0x42884F) is known color: Killarney. HEX triplet: 42, 88 and 4F. RGB value is (66,136,79). Sum of RGB (Red+Green+Blue) = 66+136+79=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #42884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42884F is #BD77B0. Grayscale: #6C6C6C. Windows color (decimal): -12416945 or 5212226. OLE color: 5212226.

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

Color convert

RGB 66 136 79 -
CMYK 0.51 0 0.42 0.47
HSL 131.14º 0.35% 0.4% -
HSV(B) 131.14º 0.51% 0.53% -
XYZ 12.46 19.33 10.47 -
YUV 108.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 66 136 79 0.51 0 0.42 0.47 131.14 0.35 0.4
Hex 42 88 4F 33 0 2A 2F 83 23 28
Octal 102 210 117 63 0 52 57 203 43 50
Binary 1000010 10001000 1001111 110011 0 101010 101111 10000011 100011 101000

Color Harmonies of #42884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42884F

Black with #42884F

Text Example


Text Example

White with #42884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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