Html Css Color HEX #3C7146 Killarney

📋 copy color: '#3C7146'

red 60 ◦ green 113 ◦ blue 70

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

Shades of Killarney #3C7146

Tints of Killarney #3C7146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 24.69%
G = 46.5%
B = 28.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#3C7146 (or 0x3C7146) is known color: Killarney. HEX triplet: 3C, 71 and 46. RGB value is (60,113,70). Sum of RGB (Red+Green+Blue) = 60+113+70=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7146 is #C38EB9. Grayscale: #5C5C5C. Windows color (decimal): -12816058 or 4616508. OLE color: 4616508.

HSL color Cylindrical-coordinate representation of color #3C7146: hue angle of 131.32º 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 #3C7146 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 113 70 -
CMYK 0.47 0 0.38 0.56
HSL 131.32º 0.31% 0.34% -
HSV(B) 131.32º 0.47% 0.44% -
XYZ 8.87 13.21 7.88 -
YUV 92.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 60 113 70 0.47 0 0.38 0.56 131.32 0.31 0.34
Hex 3C 71 46 2F 0 26 38 83 1F 22
Octal 74 161 106 57 0 46 70 203 37 42
Binary 111100 1110001 1000110 101111 0 100110 111000 10000011 11111 100010

Color Harmonies of #3C7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7146

Black with #3C7146

Text Example


Text Example

White with #3C7146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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