#3D9F75

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

Shades of Ocean Green #3D9F75

Tints of Ocean Green #3D9F75

Color information

#3D9F75 (or 0x3D9F75) is unknown color: approx Ocean Green. HEX triplet: 3D, 9F and 75. RGB value is (61,159,117). Sum of RGB (Red+Green+Blue) = 61+159+117=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #3D9F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9F75 is #C2608A. Grayscale: #7C7C7C. Windows color (decimal): -12738699 or 7708477. OLE color: 7708477.

HSL color Cylindrical-coordinate representation of color #3D9F75: hue angle of 154.29º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D9F75 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB61159117-
CMYK0.6200.260.38
HSL154.29º44.55%43.14%-
HSV(B)154.29º61.64%62.35%-
XYZ17.5327.0721.13-
YUV124.91123.5382.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.10%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=18.10%
G=47.18%
B=34.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611591170.6200.260.38154.2944.5543.14
Hex3D9F753E01A269a2d2b
Octal7523716576032462325553
Binary11110110011111111010111111001101010011010011010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,159,117); }

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

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

 a { background-color: rgb(61,159,117); }

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

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

 span { border-color: rgb(61,159,117); }

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