Html Css Color HEX #46A66D Ocean Green

📋 copy color: '#46A66D'

red 70 ◦ green 166 ◦ blue 109

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

Shades of Ocean Green #46A66D

Tints of Ocean Green #46A66D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.12%

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

R = 20.29%
G = 48.12%
B = 31.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#46A66D (or 0x46A66D) is known color: Ocean Green. HEX triplet: 46, A6 and 6D. RGB value is (70,166,109). Sum of RGB (Red+Green+Blue) = 70+166+109=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #46A66D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A66D is #B95992. Grayscale: #828282. Windows color (decimal): -12147091 or 7185990. OLE color: 7185990.

HSL color Cylindrical-coordinate representation of color #46A66D: hue angle of 144.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A66D is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 166 109 -
CMYK 0.58 0 0.34 0.35
HSL 144.38º 0.41% 0.46% -
HSV(B) 144.38º 0.58% 0.65% -
XYZ 18.92 29.68 19.2 -
YUV 130.8 115.7 84.63 -
System Red Green Blue C M Y K H S L
Decimal 70 166 109 0.58 0 0.34 0.35 144.38 0.41 0.46
Hex 46 A6 6D 3A 0 22 23 90 29 2E
Octal 106 246 155 72 0 42 43 220 51 56
Binary 1000110 10100110 1101101 111010 0 100010 100011 10010000 101001 101110

Color Harmonies of #46A66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A66D

Black with #46A66D

Text Example


Text Example

White with #46A66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A66D; }

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

 H1.HeaderClassName
 {
   color: #46A66D;
 }
 .AnyTagClassName
 {
   color: #46A66D;
 }
</style>

background-color css

<style>
 a { background-color: #46A66D; }

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

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

border-color css

<style>
 span { border-color: #46A66D; }

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

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