#3F7140

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

Shades of Killarney #3F7140

Tints of Killarney #3F7140

Color information

#3F7140 (or 0x3F7140) is unknown color: approx Killarney. HEX triplet: 3F, 71 and 40. RGB value is (63,113,64). Sum of RGB (Red+Green+Blue) = 63+113+64=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7140 is #C08EBF. Grayscale: #5C5C5C. Windows color (decimal): -12619456 or 4223295. OLE color: 4223295.

HSL color Cylindrical-coordinate representation of color #3F7140: hue angle of 121.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7140 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB6311364-
CMYK0.4400.430.56
HSL121.2º28.41%34.51%-
HSV(B)121.2º44.25%44.31%-
XYZ8.8813.246.94-
YUV92.46111.94106.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=26.25%
G=47.08%
B=26.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113640.4400.430.56121.228.4134.51
Hex3F71402C02B38791c23
Octal7716110054053701713443
Binary111111111000110000001011000101011111000111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,64); }

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

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

 a { background-color: rgb(63,113,64); }

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

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

 span { border-color: rgb(63,113,64); }

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