Html Css Color HEX #42704C Killarney

📋 copy color: '#42704C'

red 66 ◦ green 112 ◦ blue 76

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

Shades of Killarney #42704C

Tints of Killarney #42704C

RGB

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

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

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

R = 25.98%
G = 44.09%
B = 29.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#42704C (or 0x42704C) is known color: Killarney. HEX triplet: 42, 70 and 4C. RGB value is (66,112,76). Sum of RGB (Red+Green+Blue) = 66+112+76=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #42704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42704C is #BD8FB3. Grayscale: #5E5E5E. Windows color (decimal): -12423092 or 5009474. OLE color: 5009474.

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

Color convert

RGB 66 112 76 -
CMYK 0.41 0 0.32 0.56
HSL 133.04º 0.26% 0.35% -
HSV(B) 133.04º 0.41% 0.44% -
XYZ 9.35 13.27 8.91 -
YUV 94.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 66 112 76 0.41 0 0.32 0.56 133.04 0.26 0.35
Hex 42 70 4C 29 0 20 38 85 1A 23
Octal 102 160 114 51 0 40 70 205 32 43
Binary 1000010 1110000 1001100 101001 0 100000 111000 10000101 11010 100011

Color Harmonies of #42704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42704C

Black with #42704C

Text Example


Text Example

White with #42704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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