Html Css Color HEX #4C956F Ocean Green

📋 copy color: '#4C956F'

red 76 ◦ green 149 ◦ blue 111

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

Shades of Ocean Green #4C956F

Tints of Ocean Green #4C956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

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

R = 22.62%
G = 44.35%
B = 33.04%

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

#4C956F (or 0x4C956F) is known color: Ocean Green. HEX triplet: 4C, 95 and 6F. RGB value is (76,149,111). Sum of RGB (Red+Green+Blue) = 76+149+111=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #4C956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C956F is #B36A90. Grayscale: #7A7A7A. Windows color (decimal): -11758225 or 7312716. OLE color: 7312716.

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

Color convert

RGB 76 149 111 -
CMYK 0.49 0 0.26 0.42
HSL 148.77º 0.32% 0.44% -
HSV(B) 148.77º 0.49% 0.58% -
XYZ 16.6 24.18 18.83 -
YUV 122.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 76 149 111 0.49 0 0.26 0.42 148.77 0.32 0.44
Hex 4C 95 6F 31 0 1A 2A 95 20 2C
Octal 114 225 157 61 0 32 52 225 40 54
Binary 1001100 10010101 1101111 110001 0 11010 101010 10010101 100000 101100

Color Harmonies of #4C956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C956F

Black with #4C956F

Text Example


Text Example

White with #4C956F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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