Html Css Color HEX #46AD65 Ocean Green

📋 copy color: '#46AD65'

red 70 ◦ green 173 ◦ blue 101

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

Shades of Ocean Green #46AD65

Tints of Ocean Green #46AD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.29%

 BLUE value IS 101 (39.84% from 255) = 29.36%

R = 20.35%
G = 50.29%
B = 29.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#46AD65 (or 0x46AD65) is known color: Ocean Green. HEX triplet: 46, AD and 65. RGB value is (70,173,101). Sum of RGB (Red+Green+Blue) = 70+173+101=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD65 is #B9529A. Grayscale: #868686. Windows color (decimal): -12145307 or 6663494. OLE color: 6663494.

HSL color Cylindrical-coordinate representation of color #46AD65: hue angle of 138.06º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD65 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 173 101 -
CMYK 0.60 0 0.42 0.32
HSL 138.06º 0.42% 0.48% -
HSV(B) 138.06º 0.6% 0.68% -
XYZ 19.82 32.13 17.47 -
YUV 134 109.38 82.35 -
System Red Green Blue C M Y K H S L
Decimal 70 173 101 0.60 0 0.42 0.32 138.06 0.42 0.48
Hex 46 AD 65 3C 0 2A 20 8A 2A 30
Octal 106 255 145 74 0 52 40 212 52 60
Binary 1000110 10101101 1100101 111100 0 101010 100000 10001010 101010 110000

Color Harmonies of #46AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AD65

Black with #46AD65

Text Example


Text Example

White with #46AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,173,101); }

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

background-color css

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

 a { background-color: rgb(70,173,101); }

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

border-color css

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

 span { border-color: rgb(70,173,101); }

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