Html Css Color HEX #3C6C46 Killarney

📋 copy color: '#3C6C46'

red 60 ◦ green 108 ◦ blue 70

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

Shades of Killarney #3C6C46

Tints of Killarney #3C6C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.38%

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

R = 25.21%
G = 45.38%
B = 29.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#3C6C46 (or 0x3C6C46) is known color: Killarney. HEX triplet: 3C, 6C and 46. RGB value is (60,108,70). Sum of RGB (Red+Green+Blue) = 60+108+70=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6C46 is #C393B9. Grayscale: #595959. Windows color (decimal): -12817338 or 4615228. OLE color: 4615228.

HSL color Cylindrical-coordinate representation of color #3C6C46: hue angle of 132.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6C46 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 108 70 -
CMYK 0.44 0 0.35 0.58
HSL 132.5º 0.29% 0.33% -
HSV(B) 132.5º 0.44% 0.42% -
XYZ 8.33 12.13 7.7 -
YUV 89.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 60 108 70 0.44 0 0.35 0.58 132.5 0.29 0.33
Hex 3C 6C 46 2C 0 23 3A 84 1D 21
Octal 74 154 106 54 0 43 72 204 35 41
Binary 111100 1101100 1000110 101100 0 100011 111010 10000100 11101 100001

Color Harmonies of #3C6C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6C46

Black with #3C6C46

Text Example


Text Example

White with #3C6C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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