Html Css Color HEX #42704F Killarney

📋 copy color: '#42704F'

red 66 ◦ green 112 ◦ blue 79

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

Shades of Killarney #42704F

Tints of Killarney #42704F

RGB

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

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

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

R = 25.68%
G = 43.58%
B = 30.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#42704F (or 0x42704F) is known color: Killarney. HEX triplet: 42, 70 and 4F. RGB value is (66,112,79). Sum of RGB (Red+Green+Blue) = 66+112+79=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #42704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42704F is #BD8FB0. Grayscale: #5E5E5E. Windows color (decimal): -12423089 or 5206082. OLE color: 5206082.

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

Color convert

RGB 66 112 79 -
CMYK 0.41 0 0.29 0.56
HSL 136.96º 0.26% 0.35% -
HSV(B) 136.96º 0.41% 0.44% -
XYZ 9.45 13.31 9.47 -
YUV 94.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 66 112 79 0.41 0 0.29 0.56 136.96 0.26 0.35
Hex 42 70 4F 29 0 1D 38 89 1A 23
Octal 102 160 117 51 0 35 70 211 32 43
Binary 1000010 1110000 1001111 101001 0 11101 111000 10001001 11010 100011

Color Harmonies of #42704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42704F

Black with #42704F

Text Example


Text Example

White with #42704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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