Html Css Color HEX #42854D Killarney

📋 copy color: '#42854D'

red 66 ◦ green 133 ◦ blue 77

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

Shades of Killarney #42854D

Tints of Killarney #42854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.19%

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 23.91%
G = 48.19%
B = 27.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#42854D (or 0x42854D) is known color: Killarney. HEX triplet: 42, 85 and 4D. RGB value is (66,133,77). Sum of RGB (Red+Green+Blue) = 66+133+77=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #42854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42854D is #BD7AB2. Grayscale: #6A6A6A. Windows color (decimal): -12417715 or 5080386. OLE color: 5080386.

HSL color Cylindrical-coordinate representation of color #42854D: hue angle of 129.85º degrees, saturation: 0.34, 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 #42854D is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 77 -
CMYK 0.50 0 0.42 0.48
HSL 129.85º 0.34% 0.39% -
HSV(B) 129.85º 0.5% 0.52% -
XYZ 11.97 18.47 9.95 -
YUV 106.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 66 133 77 0.50 0 0.42 0.48 129.85 0.34 0.39
Hex 42 85 4D 32 0 2A 30 82 22 27
Octal 102 205 115 62 0 52 60 202 42 47
Binary 1000010 10000101 1001101 110010 0 101010 110000 10000010 100010 100111

Color Harmonies of #42854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42854D

Black with #42854D

Text Example


Text Example

White with #42854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42854D; }

 p { color: rgb(66,133,77); }

 H1.HeaderClassName
 {
   color: #42854D;
 }
 .AnyTagClassName
 {
   color: #42854D;
 }
</style>

background-color css

<style>
 a { background-color: #42854D; }

 a { background-color: rgb(66,133,77); }

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

border-color css

<style>
 span { border-color: #42854D; }

 span { border-color: rgb(66,133,77); }

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