Html Css Color HEX #3FA46D Ocean Green

📋 copy color: '#3FA46D'

red 63 ◦ green 164 ◦ blue 109

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

Shades of Ocean Green #3FA46D

Tints of Ocean Green #3FA46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.81%

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 18.75%
G = 48.81%
B = 32.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#3FA46D (or 0x3FA46D) is known color: Ocean Green. HEX triplet: 3F, A4 and 6D. RGB value is (63,164,109). Sum of RGB (Red+Green+Blue) = 63+164+109=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA46D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA46D is #C05B92. Grayscale: #7F7F7F. Windows color (decimal): -12606355 or 7185471. OLE color: 7185471.

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

Color convert

RGB 63 164 109 -
CMYK 0.62 0 0.34 0.36
HSL 147.33º 0.44% 0.45% -
HSV(B) 147.33º 0.62% 0.64% -
XYZ 18.09 28.71 19.06 -
YUV 127.53 117.54 81.97 -
System Red Green Blue C M Y K H S L
Decimal 63 164 109 0.62 0 0.34 0.36 147.33 0.44 0.45
Hex 3F A4 6D 3E 0 22 24 93 2C 2D
Octal 77 244 155 76 0 42 44 223 54 55
Binary 111111 10100100 1101101 111110 0 100010 100100 10010011 101100 101101

Color Harmonies of #3FA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA46D

Black with #3FA46D

Text Example


Text Example

White with #3FA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,164,109); }

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

background-color css

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

 a { background-color: rgb(63,164,109); }

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

border-color css

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

 span { border-color: rgb(63,164,109); }

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