Html Css Color HEX #46946C Ocean Green

📋 copy color: '#46946C'

red 70 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #46946C

Tints of Ocean Green #46946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

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

R = 21.47%
G = 45.4%
B = 33.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#46946C (or 0x46946C) is known color: Ocean Green. HEX triplet: 46, 94 and 6C. RGB value is (70,148,108). Sum of RGB (Red+Green+Blue) = 70+148+108=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #46946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46946C is #B96B93. Grayscale: #787878. Windows color (decimal): -12151700 or 7115846. OLE color: 7115846.

HSL color Cylindrical-coordinate representation of color #46946C: hue angle of 149.23º 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 #46946C is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 108 -
CMYK 0.53 0 0.27 0.42
HSL 149.23º 0.36% 0.43% -
HSV(B) 149.23º 0.53% 0.58% -
XYZ 15.82 23.56 17.9 -
YUV 120.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 70 148 108 0.53 0 0.27 0.42 149.23 0.36 0.43
Hex 46 94 6C 35 0 1B 2A 95 24 2B
Octal 106 224 154 65 0 33 52 225 44 53
Binary 1000110 10010100 1101100 110101 0 11011 101010 10010101 100100 101011

Color Harmonies of #46946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46946C

Black with #46946C

Text Example


Text Example

White with #46946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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