Html Css Color HEX #42744E Killarney

📋 copy color: '#42744E'

red 66 ◦ green 116 ◦ blue 78

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

Shades of Killarney #42744E

Tints of Killarney #42744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

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

R = 25.38%
G = 44.62%
B = 30%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#42744E (or 0x42744E) is known color: Killarney. HEX triplet: 42, 74 and 4E. RGB value is (66,116,78). Sum of RGB (Red+Green+Blue) = 66+116+78=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #42744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42744E is #BD8BB1. Grayscale: #606060. Windows color (decimal): -12422066 or 5141570. OLE color: 5141570.

HSL color Cylindrical-coordinate representation of color #42744E: hue angle of 134.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42744E is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 78 -
CMYK 0.43 0 0.33 0.55
HSL 134.4º 0.27% 0.36% -
HSV(B) 134.4º 0.43% 0.45% -
XYZ 9.87 14.2 9.43 -
YUV 96.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 66 116 78 0.43 0 0.33 0.55 134.4 0.27 0.36
Hex 42 74 4E 2B 0 21 37 86 1B 24
Octal 102 164 116 53 0 41 67 206 33 44
Binary 1000010 1110100 1001110 101011 0 100001 110111 10000110 11011 100100

Color Harmonies of #42744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42744E

Black with #42744E

Text Example


Text Example

White with #42744E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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