Html Css Color HEX #42804C Killarney

📋 copy color: '#42804C'

red 66 ◦ green 128 ◦ blue 76

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

Shades of Killarney #42804C

Tints of Killarney #42804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 24.44%
G = 47.41%
B = 28.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#42804C (or 0x42804C) is known color: Killarney. HEX triplet: 42, 80 and 4C. RGB value is (66,128,76). Sum of RGB (Red+Green+Blue) = 66+128+76=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #42804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42804C is #BD7FB3. Grayscale: #676767. Windows color (decimal): -12418996 or 5013570. OLE color: 5013570.

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

Color convert

RGB 66 128 76 -
CMYK 0.48 0 0.41 0.50
HSL 129.68º 0.32% 0.38% -
HSV(B) 129.68º 0.48% 0.5% -
XYZ 11.27 17.12 9.55 -
YUV 103.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 66 128 76 0.48 0 0.41 0.50 129.68 0.32 0.38
Hex 42 80 4C 30 0 29 32 82 20 26
Octal 102 200 114 60 0 51 62 202 40 46
Binary 1000010 10000000 1001100 110000 0 101001 110010 10000010 100000 100110

Color Harmonies of #42804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42804C

Black with #42804C

Text Example


Text Example

White with #42804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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