Html Css Color HEX #4C956A Ocean Green

📋 copy color: '#4C956A'

red 76 ◦ green 149 ◦ blue 106

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

Shades of Ocean Green #4C956A

Tints of Ocean Green #4C956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 22.96%
G = 45.02%
B = 32.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#4C956A (or 0x4C956A) is known color: Ocean Green. HEX triplet: 4C, 95 and 6A. RGB value is (76,149,106). Sum of RGB (Red+Green+Blue) = 76+149+106=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #4C956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C956A is #B36A95. Grayscale: #7A7A7A. Windows color (decimal): -11758230 or 6985036. OLE color: 6985036.

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

Color convert

RGB 76 149 106 -
CMYK 0.49 0 0.29 0.42
HSL 144.66º 0.32% 0.44% -
HSV(B) 144.66º 0.49% 0.58% -
XYZ 16.33 24.07 17.42 -
YUV 122.27 118.82 95 -
System Red Green Blue C M Y K H S L
Decimal 76 149 106 0.49 0 0.29 0.42 144.66 0.32 0.44
Hex 4C 95 6A 31 0 1D 2A 91 20 2C
Octal 114 225 152 61 0 35 52 221 40 54
Binary 1001100 10010101 1101010 110001 0 11101 101010 10010001 100000 101100

Color Harmonies of #4C956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C956A

Black with #4C956A

Text Example


Text Example

White with #4C956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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