Html Css Color HEX #42844D Killarney

📋 copy color: '#42844D'

red 66 ◦ green 132 ◦ blue 77

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

Shades of Killarney #42844D

Tints of Killarney #42844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

 BLUE value IS 77 (30.47% from 255) = 28%

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#42844D (or 0x42844D) is known color: Killarney. HEX triplet: 42, 84 and 4D. RGB value is (66,132,77). Sum of RGB (Red+Green+Blue) = 66+132+77=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #42844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42844D is #BD7BB2. Grayscale: #6A6A6A. Windows color (decimal): -12417971 or 5080130. OLE color: 5080130.

HSL color Cylindrical-coordinate representation of color #42844D: hue angle of 130º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42844D is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 77 -
CMYK 0.5 0 0.42 0.48
HSL 130º 0.33% 0.39% -
HSV(B) 130º 0.5% 0.52% -
XYZ 11.84 18.2 9.91 -
YUV 106 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 66 132 77 0.5 0 0.42 0.48 130 0.33 0.39
Hex 42 84 4D 32 0 2A 30 82 21 27
Octal 102 204 115 62 0 52 60 202 41 47
Binary 1000010 10000100 1001101 110010 0 101010 110000 10000010 100001 100111

Color Harmonies of #42844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42844D

Black with #42844D

Text Example


Text Example

White with #42844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42844D; }

 p { color: rgb(66,132,77); }

 H1.HeaderClassName
 {
   color: #42844D;
 }
 .AnyTagClassName
 {
   color: #42844D;
 }
</style>

background-color css

<style>
 a { background-color: #42844D; }

 a { background-color: rgb(66,132,77); }

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

border-color css

<style>
 span { border-color: #42844D; }

 span { border-color: rgb(66,132,77); }

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