Html Css Color HEX #42844A Killarney

📋 copy color: '#42844A'

red 66 ◦ green 132 ◦ blue 74

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

Shades of Killarney #42844A

Tints of Killarney #42844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 24.26%
G = 48.53%
B = 27.21%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#42844A (or 0x42844A) is known color: Killarney. HEX triplet: 42, 84 and 4A. RGB value is (66,132,74). Sum of RGB (Red+Green+Blue) = 66+132+74=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #42844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42844A is #BD7BB5. Grayscale: #696969. Windows color (decimal): -12417974 or 4883522. OLE color: 4883522.

HSL color Cylindrical-coordinate representation of color #42844A: hue angle of 127.27º 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 #42844A is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 74 -
CMYK 0.5 0 0.44 0.48
HSL 127.27º 0.33% 0.39% -
HSV(B) 127.27º 0.5% 0.52% -
XYZ 11.73 18.16 9.36 -
YUV 105.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 66 132 74 0.5 0 0.44 0.48 127.27 0.33 0.39
Hex 42 84 4A 32 0 2C 30 7F 21 27
Octal 102 204 112 62 0 54 60 177 41 47
Binary 1000010 10000100 1001010 110010 0 101100 110000 1111111 100001 100111

Color Harmonies of #42844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42844A

Black with #42844A

Text Example


Text Example

White with #42844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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