Html Css Color HEX #3C704A Killarney

📋 copy color: '#3C704A'

red 60 ◦ green 112 ◦ blue 74

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

Shades of Killarney #3C704A

Tints of Killarney #3C704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 24.39%
G = 45.53%
B = 30.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#3C704A (or 0x3C704A) is known color: Killarney. HEX triplet: 3C, 70 and 4A. RGB value is (60,112,74). Sum of RGB (Red+Green+Blue) = 60+112+74=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #3C704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C704A is #C38FB5. Grayscale: #5C5C5C. Windows color (decimal): -12816310 or 4878396. OLE color: 4878396.

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

Color convert

RGB 60 112 74 -
CMYK 0.46 0 0.34 0.56
HSL 136.15º 0.3% 0.34% -
HSV(B) 136.15º 0.46% 0.44% -
XYZ 8.89 13.04 8.53 -
YUV 92.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 60 112 74 0.46 0 0.34 0.56 136.15 0.3 0.34
Hex 3C 70 4A 2E 0 22 38 88 1E 22
Octal 74 160 112 56 0 42 70 210 36 42
Binary 111100 1110000 1001010 101110 0 100010 111000 10001000 11110 100010

Color Harmonies of #3C704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C704A

Black with #3C704A

Text Example


Text Example

White with #3C704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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