Html Css Color HEX #4C946D Ocean Green

📋 copy color: '#4C946D'

red 76 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #4C946D

Tints of Ocean Green #4C946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 22.82%
G = 44.44%
B = 32.73%

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

#4C946D (or 0x4C946D) is known color: Ocean Green. HEX triplet: 4C, 94 and 6D. RGB value is (76,148,109). Sum of RGB (Red+Green+Blue) = 76+148+109=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #4C946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C946D is #B36B92. Grayscale: #7A7A7A. Windows color (decimal): -11758483 or 7181388. OLE color: 7181388.

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

Color convert

RGB 76 148 109 -
CMYK 0.49 0 0.26 0.42
HSL 147.5º 0.32% 0.44% -
HSV(B) 147.5º 0.49% 0.58% -
XYZ 16.33 23.82 18.21 -
YUV 122.03 120.65 95.17 -
System Red Green Blue C M Y K H S L
Decimal 76 148 109 0.49 0 0.26 0.42 147.5 0.32 0.44
Hex 4C 94 6D 31 0 1A 2A 94 20 2C
Octal 114 224 155 61 0 32 52 224 40 54
Binary 1001100 10010100 1101101 110001 0 11010 101010 10010100 100000 101100

Color Harmonies of #4C946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C946D

Black with #4C946D

Text Example


Text Example

White with #4C946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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