Html Css Color HEX #3C7142 Killarney

📋 copy color: '#3C7142'

red 60 ◦ green 113 ◦ blue 66

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

Shades of Killarney #3C7142

Tints of Killarney #3C7142

RGB

 RED value IS 60 (23.83% from 255) = 25.1%

 GREEN value IS 113 (44.53% from 255) = 47.28%

 BLUE value IS 66 (26.17% from 255) = 27.62%

R = 25.1%
G = 47.28%
B = 27.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#3C7142 (or 0x3C7142) is known color: Killarney. HEX triplet: 3C, 71 and 42. RGB value is (60,113,66). Sum of RGB (Red+Green+Blue) = 60+113+66=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7142 is #C38EBD. Grayscale: #5B5B5B. Windows color (decimal): -12816062 or 4354364. OLE color: 4354364.

HSL color Cylindrical-coordinate representation of color #3C7142: hue angle of 126.79º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7142 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 113 66 -
CMYK 0.47 0 0.42 0.56
HSL 126.79º 0.31% 0.34% -
HSV(B) 126.79º 0.47% 0.44% -
XYZ 8.75 13.16 7.23 -
YUV 91.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 60 113 66 0.47 0 0.42 0.56 126.79 0.31 0.34
Hex 3C 71 42 2F 0 2A 38 7F 1F 22
Octal 74 161 102 57 0 52 70 177 37 42
Binary 111100 1110001 1000010 101111 0 101010 111000 1111111 11111 100010

Color Harmonies of #3C7142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7142

Black with #3C7142

Text Example


Text Example

White with #3C7142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C7142; }

 p { color: rgb(60,113,66); }

 H1.HeaderClassName
 {
   color: #3C7142;
 }
 .AnyTagClassName
 {
   color: #3C7142;
 }
</style>

background-color css

<style>
 a { background-color: #3C7142; }

 a { background-color: rgb(60,113,66); }

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

border-color css

<style>
 span { border-color: #3C7142; }

 span { border-color: rgb(60,113,66); }

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