#3D9C72

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

Shades of Ocean Green #3D9C72

Tints of Ocean Green #3D9C72

Color information

#3D9C72 (or 0x3D9C72) is unknown color: approx Ocean Green. HEX triplet: 3D, 9C and 72. RGB value is (61,156,114). Sum of RGB (Red+Green+Blue) = 61+156+114=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #3D9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9C72 is #C2638D. Grayscale: #7A7A7A. Windows color (decimal): -12739470 or 7511101. OLE color: 7511101.

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

Color convert

RGB61156114-
CMYK0.6100.270.39
HSL153.47º43.78%42.55%-
HSV(B)153.47º60.9%61.18%-
XYZ16.8525.9820.05-
YUV122.81123.0383.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.43%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=18.43%
G=47.13%
B=34.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611561140.6100.270.39153.4743.7842.55
Hex3D9C723D01B27992c2b
Octal7523416275033472315453
Binary11110110011100111001011110101101110011110011001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,156,114); }

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

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

 a { background-color: rgb(61,156,114); }

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

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

 span { border-color: rgb(61,156,114); }

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