Html Css Color HEX #4C946E Ocean Green

📋 copy color: '#4C946E'

red 76 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #4C946E

Tints of Ocean Green #4C946E

RGB

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

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

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

R = 22.75%
G = 44.31%
B = 32.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#4C946E (or 0x4C946E) is known color: Ocean Green. HEX triplet: 4C, 94 and 6E. RGB value is (76,148,110). Sum of RGB (Red+Green+Blue) = 76+148+110=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #4C946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C946E is #B36B91. Grayscale: #7A7A7A. Windows color (decimal): -11758482 or 7246924. OLE color: 7246924.

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

Color convert

RGB 76 148 110 -
CMYK 0.49 0 0.26 0.42
HSL 148.33º 0.32% 0.44% -
HSV(B) 148.33º 0.49% 0.58% -
XYZ 16.38 23.84 18.49 -
YUV 122.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 76 148 110 0.49 0 0.26 0.42 148.33 0.32 0.44
Hex 4C 94 6E 31 0 1A 2A 94 20 2C
Octal 114 224 156 61 0 32 52 224 40 54
Binary 1001100 10010100 1101110 110001 0 11010 101010 10010100 100000 101100

Color Harmonies of #4C946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C946E

Black with #4C946E

Text Example


Text Example

White with #4C946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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