Html Css Color HEX #42794B Killarney

📋 copy color: '#42794B'

red 66 ◦ green 121 ◦ blue 75

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

Shades of Killarney #42794B

Tints of Killarney #42794B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.18%

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 25.19%
G = 46.18%
B = 28.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#42794B (or 0x42794B) is known color: Killarney. HEX triplet: 42, 79 and 4B. RGB value is (66,121,75). Sum of RGB (Red+Green+Blue) = 66+121+75=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #42794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42794B is #BD86B4. Grayscale: #636363. Windows color (decimal): -12420789 or 4946242. OLE color: 4946242.

HSL color Cylindrical-coordinate representation of color #42794B: hue angle of 129.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42794B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 75 -
CMYK 0.45 0 0.38 0.53
HSL 129.82º 0.29% 0.37% -
HSV(B) 129.82º 0.45% 0.47% -
XYZ 10.35 15.34 9.07 -
YUV 99.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 66 121 75 0.45 0 0.38 0.53 129.82 0.29 0.37
Hex 42 79 4B 2D 0 26 35 82 1D 25
Octal 102 171 113 55 0 46 65 202 35 45
Binary 1000010 1111001 1001011 101101 0 100110 110101 10000010 11101 100101

Color Harmonies of #42794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42794B

Black with #42794B

Text Example


Text Example

White with #42794B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42794B; }

 p { color: rgb(66,121,75); }

 H1.HeaderClassName
 {
   color: #42794B;
 }
 .AnyTagClassName
 {
   color: #42794B;
 }
</style>

background-color css

<style>
 a { background-color: #42794B; }

 a { background-color: rgb(66,121,75); }

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

border-color css

<style>
 span { border-color: #42794B; }

 span { border-color: rgb(66,121,75); }

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