Html Css Color HEX #42744F Killarney

📋 copy color: '#42744F'

red 66 ◦ green 116 ◦ blue 79

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

Shades of Killarney #42744F

Tints of Killarney #42744F

RGB

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

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

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

R = 25.29%
G = 44.44%
B = 30.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#42744F (or 0x42744F) is known color: Killarney. HEX triplet: 42, 74 and 4F. RGB value is (66,116,79). Sum of RGB (Red+Green+Blue) = 66+116+79=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #42744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42744F is #BD8BB0. Grayscale: #606060. Windows color (decimal): -12422065 or 5207106. OLE color: 5207106.

HSL color Cylindrical-coordinate representation of color #42744F: hue angle of 135.6º 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 #42744F is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 116 79 -
CMYK 0.43 0 0.32 0.55
HSL 135.6º 0.27% 0.36% -
HSV(B) 135.6º 0.43% 0.45% -
XYZ 9.9 14.21 9.62 -
YUV 96.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 66 116 79 0.43 0 0.32 0.55 135.6 0.27 0.36
Hex 42 74 4F 2B 0 20 37 88 1B 24
Octal 102 164 117 53 0 40 67 210 33 44
Binary 1000010 1110100 1001111 101011 0 100000 110111 10001000 11011 100100

Color Harmonies of #42744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42744F

Black with #42744F

Text Example


Text Example

White with #42744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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