Html Css Color HEX #42834C Killarney

📋 copy color: '#42834C'

red 66 ◦ green 131 ◦ blue 76

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

Shades of Killarney #42834C

Tints of Killarney #42834C

RGB

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

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

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

R = 24.18%
G = 47.99%
B = 27.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#42834C (or 0x42834C) is known color: Killarney. HEX triplet: 42, 83 and 4C. RGB value is (66,131,76). Sum of RGB (Red+Green+Blue) = 66+131+76=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #42834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42834C is #BD7CB3. Grayscale: #696969. Windows color (decimal): -12418228 or 5014338. OLE color: 5014338.

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

Color convert

RGB 66 131 76 -
CMYK 0.50 0 0.42 0.49
HSL 129.23º 0.33% 0.39% -
HSV(B) 129.23º 0.5% 0.51% -
XYZ 11.67 17.91 9.68 -
YUV 105.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 66 131 76 0.50 0 0.42 0.49 129.23 0.33 0.39
Hex 42 83 4C 32 0 2A 31 81 21 27
Octal 102 203 114 62 0 52 61 201 41 47
Binary 1000010 10000011 1001100 110010 0 101010 110001 10000001 100001 100111

Color Harmonies of #42834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42834C

Black with #42834C

Text Example


Text Example

White with #42834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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