Html Css Color HEX #3E9F72 Ocean Green

📋 copy color: '#3E9F72'

red 62 ◦ green 159 ◦ blue 114

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

Shades of Ocean Green #3E9F72

Tints of Ocean Green #3E9F72

RGB

 RED value IS 62 (24.61% from 255) = 18.51%

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 18.51%
G = 47.46%
B = 34.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#3E9F72 (or 0x3E9F72) is known color: Ocean Green. HEX triplet: 3E, 9F and 72. RGB value is (62,159,114). Sum of RGB (Red+Green+Blue) = 62+159+114=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #3E9F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9F72 is #C1608D. Grayscale: #7C7C7C. Windows color (decimal): -12673166 or 7511870. OLE color: 7511870.

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

Color convert

RGB 62 159 114 -
CMYK 0.61 0 0.28 0.38
HSL 152.16º 0.44% 0.43% -
HSV(B) 152.16º 0.61% 0.62% -
XYZ 17.42 27.04 20.22 -
YUV 124.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 62 159 114 0.61 0 0.28 0.38 152.16 0.44 0.43
Hex 3E 9F 72 3D 0 1C 26 98 2C 2B
Octal 76 237 162 75 0 34 46 230 54 53
Binary 111110 10011111 1110010 111101 0 11100 100110 10011000 101100 101011

Color Harmonies of #3E9F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E9F72

Black with #3E9F72

Text Example


Text Example

White with #3E9F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,159,114); }

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

background-color css

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

 a { background-color: rgb(62,159,114); }

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

border-color css

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

 span { border-color: rgb(62,159,114); }

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