Html Css Color HEX #42854A Killarney

📋 copy color: '#42854A'

red 66 ◦ green 133 ◦ blue 74

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

Shades of Killarney #42854A

Tints of Killarney #42854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

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

R = 24.18%
G = 48.72%
B = 27.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#42854A (or 0x42854A) is known color: Killarney. HEX triplet: 42, 85 and 4A. RGB value is (66,133,74). Sum of RGB (Red+Green+Blue) = 66+133+74=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #42854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42854A is #BD7AB5. Grayscale: #6A6A6A. Windows color (decimal): -12417718 or 4883778. OLE color: 4883778.

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

Color convert

RGB 66 133 74 -
CMYK 0.50 0 0.44 0.48
HSL 127.16º 0.34% 0.39% -
HSV(B) 127.16º 0.5% 0.52% -
XYZ 11.87 18.43 9.41 -
YUV 106.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 66 133 74 0.50 0 0.44 0.48 127.16 0.34 0.39
Hex 42 85 4A 32 0 2C 30 7F 22 27
Octal 102 205 112 62 0 54 60 177 42 47
Binary 1000010 10000101 1001010 110010 0 101100 110000 1111111 100010 100111

Color Harmonies of #42854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42854A

Black with #42854A

Text Example


Text Example

White with #42854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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