Html Css Color HEX #42724A Killarney

📋 copy color: '#42724A'

red 66 ◦ green 114 ◦ blue 74

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

Shades of Killarney #42724A

Tints of Killarney #42724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 25.98%
G = 44.88%
B = 29.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#42724A (or 0x42724A) is known color: Killarney. HEX triplet: 42, 72 and 4A. RGB value is (66,114,74). Sum of RGB (Red+Green+Blue) = 66+114+74=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #42724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42724A is #BD8DB5. Grayscale: #5F5F5F. Windows color (decimal): -12422582 or 4878914. OLE color: 4878914.

HSL color Cylindrical-coordinate representation of color #42724A: hue angle of 130º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42724A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 74 -
CMYK 0.42 0 0.35 0.55
HSL 130º 0.27% 0.35% -
HSV(B) 130º 0.42% 0.45% -
XYZ 9.5 13.69 8.62 -
YUV 95.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 66 114 74 0.42 0 0.35 0.55 130 0.27 0.35
Hex 42 72 4A 2A 0 23 37 82 1B 23
Octal 102 162 112 52 0 43 67 202 33 43
Binary 1000010 1110010 1001010 101010 0 100011 110111 10000010 11011 100011

Color Harmonies of #42724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42724A

Black with #42724A

Text Example


Text Example

White with #42724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42724A; }

 p { color: rgb(66,114,74); }

 H1.HeaderClassName
 {
   color: #42724A;
 }
 .AnyTagClassName
 {
   color: #42724A;
 }
</style>

background-color css

<style>
 a { background-color: #42724A; }

 a { background-color: rgb(66,114,74); }

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

border-color css

<style>
 span { border-color: #42724A; }

 span { border-color: rgb(66,114,74); }

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