Html Css Color HEX #3C7046 Killarney

📋 copy color: '#3C7046'

red 60 ◦ green 112 ◦ blue 70

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

Shades of Killarney #3C7046

Tints of Killarney #3C7046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 24.79%
G = 46.28%
B = 28.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#3C7046 (or 0x3C7046) is known color: Killarney. HEX triplet: 3C, 70 and 46. RGB value is (60,112,70). Sum of RGB (Red+Green+Blue) = 60+112+70=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7046 is #C38FB9. Grayscale: #5B5B5B. Windows color (decimal): -12816314 or 4616252. OLE color: 4616252.

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

Color convert

RGB 60 112 70 -
CMYK 0.46 0 0.38 0.56
HSL 131.54º 0.3% 0.34% -
HSV(B) 131.54º 0.46% 0.44% -
XYZ 8.76 12.99 7.84 -
YUV 91.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 60 112 70 0.46 0 0.38 0.56 131.54 0.3 0.34
Hex 3C 70 46 2E 0 26 38 84 1E 22
Octal 74 160 106 56 0 46 70 204 36 42
Binary 111100 1110000 1000110 101110 0 100110 111000 10000100 11110 100010

Color Harmonies of #3C7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7046

Black with #3C7046

Text Example


Text Example

White with #3C7046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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