Html Css Color HEX #42804F Killarney

📋 copy color: '#42804F'

red 66 ◦ green 128 ◦ blue 79

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

Shades of Killarney #42804F

Tints of Killarney #42804F

RGB

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

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

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

R = 24.18%
G = 46.89%
B = 28.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#42804F (or 0x42804F) is known color: Killarney. HEX triplet: 42, 80 and 4F. RGB value is (66,128,79). Sum of RGB (Red+Green+Blue) = 66+128+79=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #42804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42804F is #BD7FB0. Grayscale: #686868. Windows color (decimal): -12418993 or 5210178. OLE color: 5210178.

HSL color Cylindrical-coordinate representation of color #42804F: hue angle of 132.58º 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 #42804F is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 79 -
CMYK 0.48 0 0.38 0.50
HSL 132.58º 0.32% 0.38% -
HSV(B) 132.58º 0.48% 0.5% -
XYZ 11.38 17.16 10.11 -
YUV 103.88 113.96 100.98 -
System Red Green Blue C M Y K H S L
Decimal 66 128 79 0.48 0 0.38 0.50 132.58 0.32 0.38
Hex 42 80 4F 30 0 26 32 85 20 26
Octal 102 200 117 60 0 46 62 205 40 46
Binary 1000010 10000000 1001111 110000 0 100110 110010 10000101 100000 100110

Color Harmonies of #42804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42804F

Black with #42804F

Text Example


Text Example

White with #42804F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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