Html Css Color HEX #3FA276 Ocean Green

📋 copy color: '#3FA276'

red 63 ◦ green 162 ◦ blue 118

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

Shades of Ocean Green #3FA276

Tints of Ocean Green #3FA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.23%

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 18.37%
G = 47.23%
B = 34.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#3FA276 (or 0x3FA276) is known color: Ocean Green. HEX triplet: 3F, A2 and 76. RGB value is (63,162,118). Sum of RGB (Red+Green+Blue) = 63+162+118=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA276 is #C05D89. Grayscale: #7F7F7F. Windows color (decimal): -12606858 or 7774783. OLE color: 7774783.

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

Color convert

RGB 63 162 118 -
CMYK 0.61 0 0.27 0.36
HSL 153.33º 0.44% 0.44% -
HSV(B) 153.33º 0.61% 0.64% -
XYZ 18.24 28.21 21.62 -
YUV 127.38 122.7 82.08 -
System Red Green Blue C M Y K H S L
Decimal 63 162 118 0.61 0 0.27 0.36 153.33 0.44 0.44
Hex 3F A2 76 3D 0 1B 24 99 2C 2C
Octal 77 242 166 75 0 33 44 231 54 54
Binary 111111 10100010 1110110 111101 0 11011 100100 10011001 101100 101100

Color Harmonies of #3FA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA276

Black with #3FA276

Text Example


Text Example

White with #3FA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,162,118); }

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

background-color css

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

 a { background-color: rgb(63,162,118); }

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

border-color css

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

 span { border-color: rgb(63,162,118); }

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