Html Css Color HEX #4C986F Ocean Green

📋 copy color: '#4C986F'

red 76 ◦ green 152 ◦ blue 111

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

Shades of Ocean Green #4C986F

Tints of Ocean Green #4C986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 22.42%
G = 44.84%
B = 32.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#4C986F (or 0x4C986F) is known color: Ocean Green. HEX triplet: 4C, 98 and 6F. RGB value is (76,152,111). Sum of RGB (Red+Green+Blue) = 76+152+111=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #4C986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C986F is #B36790. Grayscale: #7C7C7C. Windows color (decimal): -11757457 or 7313484. OLE color: 7313484.

HSL color Cylindrical-coordinate representation of color #4C986F: hue angle of 147.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C986F is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 152 111 -
CMYK 0.50 0 0.27 0.40
HSL 147.63º 0.33% 0.45% -
HSV(B) 147.63º 0.5% 0.6% -
XYZ 17.08 25.14 18.99 -
YUV 124.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 76 152 111 0.50 0 0.27 0.40 147.63 0.33 0.45
Hex 4C 98 6F 32 0 1B 28 94 21 2D
Octal 114 230 157 62 0 33 50 224 41 55
Binary 1001100 10011000 1101111 110010 0 11011 101000 10010100 100001 101101

Color Harmonies of #4C986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C986F

Black with #4C986F

Text Example


Text Example

White with #4C986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,152,111); }

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

background-color css

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

 a { background-color: rgb(76,152,111); }

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

border-color css

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

 span { border-color: rgb(76,152,111); }

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