Html Css Color HEX #3F9F71 Ocean Green

📋 copy color: '#3F9F71'

red 63 ◦ green 159 ◦ blue 113

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

Shades of Ocean Green #3F9F71

Tints of Ocean Green #3F9F71

RGB

 RED value IS 63 (25% from 255) = 18.81%

 GREEN value IS 159 (62.5% from 255) = 47.46%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 18.81%
G = 47.46%
B = 33.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#3F9F71 (or 0x3F9F71) is known color: Ocean Green. HEX triplet: 3F, 9F and 71. RGB value is (63,159,113). Sum of RGB (Red+Green+Blue) = 63+159+113=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F71 is #C0608E. Grayscale: #7D7D7D. Windows color (decimal): -12607631 or 7446335. OLE color: 7446335.

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

Color convert

RGB 63 159 113 -
CMYK 0.60 0 0.29 0.38
HSL 151.25º 0.43% 0.44% -
HSV(B) 151.25º 0.6% 0.62% -
XYZ 17.43 27.05 19.92 -
YUV 125.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 63 159 113 0.60 0 0.29 0.38 151.25 0.43 0.44
Hex 3F 9F 71 3C 0 1D 26 97 2B 2C
Octal 77 237 161 74 0 35 46 227 53 54
Binary 111111 10011111 1110001 111100 0 11101 100110 10010111 101011 101100

Color Harmonies of #3F9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9F71

Black with #3F9F71

Text Example


Text Example

White with #3F9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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