#3D7342

Color #3D7342 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #3D7342

Tints of Killarney #3D7342

Color information

#3D7342 (or 0x3D7342) is unknown color: approx Killarney. HEX triplet: 3D, 73 and 42. RGB value is (61,115,66). Sum of RGB (Red+Green+Blue) = 61+115+66=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7342 is #C28CBD. Grayscale: #5D5D5D. Windows color (decimal): -12750014 or 4354877. OLE color: 4354877.

HSL color Cylindrical-coordinate representation of color #3D7342: hue angle of 125.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7342 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB6111566-
CMYK0.4700.430.55
HSL125.56º30.68%34.51%-
HSV(B)125.56º46.96%45.1%-
XYZ9.0413.657.31-
YUV93.27112.61104.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 115 (45.31% from 255) = 47.52%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=25.21%
G=47.52%
B=27.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115660.4700.430.55125.5630.6834.51
Hex3D73422F02B377e1f23
Octal7516310257053671763743
Binary111101111001110000101011110101011110111111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,66); }

 H1.HeaderClassName
 {
   color: #3D7342;
 }
 .AnyTagClassName
 {
   color: #3D7342;
 }
</style>
background-color css

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

 a { background-color: rgb(61,115,66); }

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

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

 span { border-color: rgb(61,115,66); }

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