Html Css Color HEX #46A26E Ocean Green

📋 copy color: '#46A26E'

red 70 ◦ green 162 ◦ blue 110

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

Shades of Ocean Green #46A26E

Tints of Ocean Green #46A26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 20.47%
G = 47.37%
B = 32.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#46A26E (or 0x46A26E) is known color: Ocean Green. HEX triplet: 46, A2 and 6E. RGB value is (70,162,110). Sum of RGB (Red+Green+Blue) = 70+162+110=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #46A26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A26E is #B95D91. Grayscale: #808080. Windows color (decimal): -12148114 or 7250502. OLE color: 7250502.

HSL color Cylindrical-coordinate representation of color #46A26E: hue angle of 146.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A26E is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 162 110 -
CMYK 0.57 0 0.32 0.36
HSL 146.09º 0.4% 0.45% -
HSV(B) 146.09º 0.57% 0.64% -
XYZ 18.26 28.27 19.25 -
YUV 128.56 117.52 86.23 -
System Red Green Blue C M Y K H S L
Decimal 70 162 110 0.57 0 0.32 0.36 146.09 0.4 0.45
Hex 46 A2 6E 39 0 20 24 92 28 2D
Octal 106 242 156 71 0 40 44 222 50 55
Binary 1000110 10100010 1101110 111001 0 100000 100100 10010010 101000 101101

Color Harmonies of #46A26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A26E

Black with #46A26E

Text Example


Text Example

White with #46A26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,162,110); }

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

background-color css

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

 a { background-color: rgb(70,162,110); }

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

border-color css

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

 span { border-color: rgb(70,162,110); }

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