Html Css Color HEX #42834E Killarney

📋 copy color: '#42834E'

red 66 ◦ green 131 ◦ blue 78

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

Shades of Killarney #42834E

Tints of Killarney #42834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

 BLUE value IS 78 (30.86% from 255) = 28.36%

R = 24%
G = 47.64%
B = 28.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#42834E (or 0x42834E) is known color: Killarney. HEX triplet: 42, 83 and 4E. RGB value is (66,131,78). Sum of RGB (Red+Green+Blue) = 66+131+78=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #42834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42834E is #BD7CB1. Grayscale: #696969. Windows color (decimal): -12418226 or 5145410. OLE color: 5145410.

HSL color Cylindrical-coordinate representation of color #42834E: hue angle of 131.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42834E is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 78 -
CMYK 0.50 0 0.40 0.49
HSL 131.08º 0.33% 0.39% -
HSV(B) 131.08º 0.5% 0.51% -
XYZ 11.74 17.94 10.05 -
YUV 105.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 66 131 78 0.50 0 0.40 0.49 131.08 0.33 0.39
Hex 42 83 4E 32 0 28 31 83 21 27
Octal 102 203 116 62 0 50 61 203 41 47
Binary 1000010 10000011 1001110 110010 0 101000 110001 10000011 100001 100111

Color Harmonies of #42834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42834E

Black with #42834E

Text Example


Text Example

White with #42834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42834E; }

 p { color: rgb(66,131,78); }

 H1.HeaderClassName
 {
   color: #42834E;
 }
 .AnyTagClassName
 {
   color: #42834E;
 }
</style>

background-color css

<style>
 a { background-color: #42834E; }

 a { background-color: rgb(66,131,78); }

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

border-color css

<style>
 span { border-color: #42834E; }

 span { border-color: rgb(66,131,78); }

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