Html Css Color HEX #4C946B Ocean Green

📋 copy color: '#4C946B'

red 76 ◦ green 148 ◦ blue 107

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

Shades of Ocean Green #4C946B

Tints of Ocean Green #4C946B

RGB

 RED value IS 76 (30.08% from 255) = 22.96%

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 22.96%
G = 44.71%
B = 32.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#4C946B (or 0x4C946B) is known color: Ocean Green. HEX triplet: 4C, 94 and 6B. RGB value is (76,148,107). Sum of RGB (Red+Green+Blue) = 76+148+107=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #4C946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C946B is #B36B94. Grayscale: #797979. Windows color (decimal): -11758485 or 7050316. OLE color: 7050316.

HSL color Cylindrical-coordinate representation of color #4C946B: hue angle of 145.83º degrees, saturation: 0.32, 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 #4C946B is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 148 107 -
CMYK 0.49 0 0.28 0.42
HSL 145.83º 0.32% 0.44% -
HSV(B) 145.83º 0.49% 0.58% -
XYZ 16.22 23.78 17.64 -
YUV 121.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 76 148 107 0.49 0 0.28 0.42 145.83 0.32 0.44
Hex 4C 94 6B 31 0 1C 2A 92 20 2C
Octal 114 224 153 61 0 34 52 222 40 54
Binary 1001100 10010100 1101011 110001 0 11100 101010 10010010 100000 101100

Color Harmonies of #4C946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C946B

Black with #4C946B

Text Example


Text Example

White with #4C946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,148,107); }

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

background-color css

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

 a { background-color: rgb(76,148,107); }

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

border-color css

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

 span { border-color: rgb(76,148,107); }

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