Html Css Color HEX #3C7F42 Killarney

📋 copy color: '#3C7F42'

red 60 ◦ green 127 ◦ blue 66

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

Shades of Killarney #3C7F42

Tints of Killarney #3C7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

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

R = 23.72%
G = 50.2%
B = 26.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#3C7F42 (or 0x3C7F42) is known color: Killarney. HEX triplet: 3C, 7F and 42. RGB value is (60,127,66). Sum of RGB (Red+Green+Blue) = 60+127+66=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #3C7F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7F42 is #C380BD. Grayscale: #646464. Windows color (decimal): -12812478 or 4357948. OLE color: 4357948.

HSL color Cylindrical-coordinate representation of color #3C7F42: hue angle of 125.37º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7F42 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 127 66 -
CMYK 0.53 0 0.48 0.50
HSL 125.37º 0.36% 0.37% -
HSV(B) 125.37º 0.53% 0.5% -
XYZ 10.44 16.53 7.8 -
YUV 100.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 60 127 66 0.53 0 0.48 0.50 125.37 0.36 0.37
Hex 3C 7F 42 35 0 30 32 7D 24 25
Octal 74 177 102 65 0 60 62 175 44 45
Binary 111100 1111111 1000010 110101 0 110000 110010 1111101 100100 100101

Color Harmonies of #3C7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F42

Black with #3C7F42

Text Example


Text Example

White with #3C7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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