Html Css Color HEX #46986D Ocean Green

📋 copy color: '#46986D'

red 70 ◦ green 152 ◦ blue 109

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

Shades of Ocean Green #46986D

Tints of Ocean Green #46986D

RGB

 RED value IS 70 (27.73% from 255) = 21.15%

 GREEN value IS 152 (59.77% from 255) = 45.92%

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

R = 21.15%
G = 45.92%
B = 32.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#46986D (or 0x46986D) is known color: Ocean Green. HEX triplet: 46, 98 and 6D. RGB value is (70,152,109). Sum of RGB (Red+Green+Blue) = 70+152+109=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #46986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46986D is #B96792. Grayscale: #7A7A7A. Windows color (decimal): -12150675 or 7182406. OLE color: 7182406.

HSL color Cylindrical-coordinate representation of color #46986D: hue angle of 148.54º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46986D is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 109 -
CMYK 0.54 0 0.28 0.40
HSL 148.54º 0.37% 0.44% -
HSV(B) 148.54º 0.54% 0.6% -
XYZ 16.51 24.86 18.4 -
YUV 122.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 70 152 109 0.54 0 0.28 0.40 148.54 0.37 0.44
Hex 46 98 6D 36 0 1C 28 95 25 2C
Octal 106 230 155 66 0 34 50 225 45 54
Binary 1000110 10011000 1101101 110110 0 11100 101000 10010101 100101 101100

Color Harmonies of #46986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46986D

Black with #46986D

Text Example


Text Example

White with #46986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46986D; }

 p { color: rgb(70,152,109); }

 H1.HeaderClassName
 {
   color: #46986D;
 }
 .AnyTagClassName
 {
   color: #46986D;
 }
</style>

background-color css

<style>
 a { background-color: #46986D; }

 a { background-color: rgb(70,152,109); }

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

border-color css

<style>
 span { border-color: #46986D; }

 span { border-color: rgb(70,152,109); }

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