Html Css Color HEX #46956C Ocean Green

📋 copy color: '#46956C'

red 70 ◦ green 149 ◦ blue 108

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

Shades of Ocean Green #46956C

Tints of Ocean Green #46956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 21.41%
G = 45.57%
B = 33.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#46956C (or 0x46956C) is known color: Ocean Green. HEX triplet: 46, 95 and 6C. RGB value is (70,149,108). Sum of RGB (Red+Green+Blue) = 70+149+108=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #46956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46956C is #B96A93. Grayscale: #787878. Windows color (decimal): -12151444 or 7116102. OLE color: 7116102.

HSL color Cylindrical-coordinate representation of color #46956C: hue angle of 148.86º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46956C is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 108 -
CMYK 0.53 0 0.28 0.42
HSL 148.86º 0.36% 0.43% -
HSV(B) 148.86º 0.53% 0.58% -
XYZ 15.98 23.88 17.95 -
YUV 120.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 70 149 108 0.53 0 0.28 0.42 148.86 0.36 0.43
Hex 46 95 6C 35 0 1C 2A 95 24 2B
Octal 106 225 154 65 0 34 52 225 44 53
Binary 1000110 10010101 1101100 110101 0 11100 101010 10010101 100100 101011

Color Harmonies of #46956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46956C

Black with #46956C

Text Example


Text Example

White with #46956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46956C; }

 p { color: rgb(70,149,108); }

 H1.HeaderClassName
 {
   color: #46956C;
 }
 .AnyTagClassName
 {
   color: #46956C;
 }
</style>

background-color css

<style>
 a { background-color: #46956C; }

 a { background-color: rgb(70,149,108); }

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

border-color css

<style>
 span { border-color: #46956C; }

 span { border-color: rgb(70,149,108); }

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