Html Css Color HEX #42844F Killarney

📋 copy color: '#42844F'

red 66 ◦ green 132 ◦ blue 79

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

Shades of Killarney #42844F

Tints of Killarney #42844F

RGB

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

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

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

R = 23.83%
G = 47.65%
B = 28.52%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#42844F (or 0x42844F) is known color: Killarney. HEX triplet: 42, 84 and 4F. RGB value is (66,132,79). Sum of RGB (Red+Green+Blue) = 66+132+79=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #42844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42844F is #BD7BB0. Grayscale: #6A6A6A. Windows color (decimal): -12417969 or 5211202. OLE color: 5211202.

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

Color convert

RGB 66 132 79 -
CMYK 0.5 0 0.40 0.48
HSL 131.82º 0.33% 0.39% -
HSV(B) 131.82º 0.5% 0.52% -
XYZ 11.91 18.23 10.29 -
YUV 106.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 66 132 79 0.5 0 0.40 0.48 131.82 0.33 0.39
Hex 42 84 4F 32 0 28 30 84 21 27
Octal 102 204 117 62 0 50 60 204 41 47
Binary 1000010 10000100 1001111 110010 0 101000 110000 10000100 100001 100111

Color Harmonies of #42844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42844F

Black with #42844F

Text Example


Text Example

White with #42844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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