Html Css Color HEX #42704E Killarney

📋 copy color: '#42704E'

red 66 ◦ green 112 ◦ blue 78

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

Shades of Killarney #42704E

Tints of Killarney #42704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

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

R = 25.78%
G = 43.75%
B = 30.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#42704E (or 0x42704E) is known color: Killarney. HEX triplet: 42, 70 and 4E. RGB value is (66,112,78). Sum of RGB (Red+Green+Blue) = 66+112+78=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #42704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42704E is #BD8FB1. Grayscale: #5E5E5E. Windows color (decimal): -12423090 or 5140546. OLE color: 5140546.

HSL color Cylindrical-coordinate representation of color #42704E: hue angle of 135.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42704E is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 78 -
CMYK 0.41 0 0.30 0.56
HSL 135.65º 0.26% 0.35% -
HSV(B) 135.65º 0.41% 0.44% -
XYZ 9.42 13.3 9.28 -
YUV 94.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 66 112 78 0.41 0 0.30 0.56 135.65 0.26 0.35
Hex 42 70 4E 29 0 1E 38 88 1A 23
Octal 102 160 116 51 0 36 70 210 32 43
Binary 1000010 1110000 1001110 101001 0 11110 111000 10001000 11010 100011

Color Harmonies of #42704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42704E

Black with #42704E

Text Example


Text Example

White with #42704E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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