Html Css Color HEX #42854F Killarney

📋 copy color: '#42854F'

red 66 ◦ green 133 ◦ blue 79

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

Shades of Killarney #42854F

Tints of Killarney #42854F

RGB

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

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

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

R = 23.74%
G = 47.84%
B = 28.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#42854F (or 0x42854F) is known color: Killarney. HEX triplet: 42, 85 and 4F. RGB value is (66,133,79). Sum of RGB (Red+Green+Blue) = 66+133+79=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #42854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42854F is #BD7AB0. Grayscale: #6A6A6A. Windows color (decimal): -12417713 or 5211458. OLE color: 5211458.

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

Color convert

RGB 66 133 79 -
CMYK 0.50 0 0.41 0.48
HSL 131.64º 0.34% 0.39% -
HSV(B) 131.64º 0.5% 0.52% -
XYZ 12.05 18.5 10.33 -
YUV 106.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 66 133 79 0.50 0 0.41 0.48 131.64 0.34 0.39
Hex 42 85 4F 32 0 29 30 84 22 27
Octal 102 205 117 62 0 51 60 204 42 47
Binary 1000010 10000101 1001111 110010 0 101001 110000 10000100 100010 100111

Color Harmonies of #42854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42854F

Black with #42854F

Text Example


Text Example

White with #42854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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