Html Css Color HEX #4CB584 Ocean Green

📋 copy color: '#4CB584'

red 76 ◦ green 181 ◦ blue 132

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

Shades of Ocean Green #4CB584

Tints of Ocean Green #4CB584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 19.54%
G = 46.53%
B = 33.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#4CB584 (or 0x4CB584) is known color: Ocean Green. HEX triplet: 4C, B5 and 84. RGB value is (76,181,132). Sum of RGB (Red+Green+Blue) = 76+181+132=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB584 is #B34A7B. Grayscale: #909090. Windows color (decimal): -11750012 or 8697164. OLE color: 8697164.

HSL color Cylindrical-coordinate representation of color #4CB584: hue angle of 152º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB584 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 181 132 -
CMYK 0.58 0 0.27 0.29
HSL 152º 0.42% 0.5% -
HSV(B) 152º 0.58% 0.71% -
XYZ 23.67 36.25 27.58 -
YUV 144.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 76 181 132 0.58 0 0.27 0.29 152 0.42 0.5
Hex 4C B5 84 3A 0 1B 1D 98 2A 32
Octal 114 265 204 72 0 33 35 230 52 62
Binary 1001100 10110101 10000100 111010 0 11011 11101 10011000 101010 110010

Color Harmonies of #4CB584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB584

Black with #4CB584

Text Example


Text Example

White with #4CB584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,181,132); }

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

background-color css

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

 a { background-color: rgb(76,181,132); }

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

border-color css

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

 span { border-color: rgb(76,181,132); }

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