Html Css Color HEX #42804A Killarney

📋 copy color: '#42804A'

red 66 ◦ green 128 ◦ blue 74

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

Shades of Killarney #42804A

Tints of Killarney #42804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 24.63%
G = 47.76%
B = 27.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#42804A (or 0x42804A) is known color: Killarney. HEX triplet: 42, 80 and 4A. RGB value is (66,128,74). Sum of RGB (Red+Green+Blue) = 66+128+74=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #42804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42804A is #BD7FB5. Grayscale: #676767. Windows color (decimal): -12418998 or 4882498. OLE color: 4882498.

HSL color Cylindrical-coordinate representation of color #42804A: hue angle of 127.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42804A is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 74 -
CMYK 0.48 0 0.42 0.50
HSL 127.74º 0.32% 0.38% -
HSV(B) 127.74º 0.48% 0.5% -
XYZ 11.2 17.09 9.19 -
YUV 103.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 66 128 74 0.48 0 0.42 0.50 127.74 0.32 0.38
Hex 42 80 4A 30 0 2A 32 80 20 26
Octal 102 200 112 60 0 52 62 200 40 46
Binary 1000010 10000000 1001010 110000 0 101010 110010 10000000 100000 100110

Color Harmonies of #42804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42804A

Black with #42804A

Text Example


Text Example

White with #42804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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