Html Css Color HEX #4B946C Ocean Green

📋 copy color: '#4B946C'

red 75 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #4B946C

Tints of Ocean Green #4B946C

RGB

 RED value IS 75 (29.69% from 255) = 22.66%

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

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

R = 22.66%
G = 44.71%
B = 32.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#4B946C (or 0x4B946C) is known color: Ocean Green. HEX triplet: 4B, 94 and 6C. RGB value is (75,148,108). Sum of RGB (Red+Green+Blue) = 75+148+108=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #4B946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B946C is #B46B93. Grayscale: #797979. Windows color (decimal): -11824020 or 7115851. OLE color: 7115851.

HSL color Cylindrical-coordinate representation of color #4B946C: hue angle of 147.12º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B946C is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 148 108 -
CMYK 0.49 0 0.27 0.42
HSL 147.12º 0.33% 0.44% -
HSV(B) 147.12º 0.49% 0.58% -
XYZ 16.2 23.76 17.92 -
YUV 121.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 75 148 108 0.49 0 0.27 0.42 147.12 0.33 0.44
Hex 4B 94 6C 31 0 1B 2A 93 21 2C
Octal 113 224 154 61 0 33 52 223 41 54
Binary 1001011 10010100 1101100 110001 0 11011 101010 10010011 100001 101100

Color Harmonies of #4B946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B946C

Black with #4B946C

Text Example


Text Example

White with #4B946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B946C; }

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

 H1.HeaderClassName
 {
   color: #4B946C;
 }
 .AnyTagClassName
 {
   color: #4B946C;
 }
</style>

background-color css

<style>
 a { background-color: #4B946C; }

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

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

border-color css

<style>
 span { border-color: #4B946C; }

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

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