Html Css Color HEX #4CB185 Ocean Green

📋 copy color: '#4CB185'

red 76 ◦ green 177 ◦ blue 133

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

Shades of Ocean Green #4CB185

Tints of Ocean Green #4CB185

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.85%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 19.69%
G = 45.85%
B = 34.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#4CB185 (or 0x4CB185) is known color: Ocean Green. HEX triplet: 4C, B1 and 85. RGB value is (76,177,133). Sum of RGB (Red+Green+Blue) = 76+177+133=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB185 is #B34E7A. Grayscale: #8D8D8D. Windows color (decimal): -11751035 or 8761676. OLE color: 8761676.

HSL color Cylindrical-coordinate representation of color #4CB185: hue angle of 153.86º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB185 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 177 133 -
CMYK 0.57 0 0.25 0.31
HSL 153.86º 0.4% 0.5% -
HSV(B) 153.86º 0.57% 0.69% -
XYZ 22.94 34.67 27.67 -
YUV 141.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 76 177 133 0.57 0 0.25 0.31 153.86 0.4 0.5
Hex 4C B1 85 39 0 19 1F 9A 28 32
Octal 114 261 205 71 0 31 37 232 50 62
Binary 1001100 10110001 10000101 111001 0 11001 11111 10011010 101000 110010

Color Harmonies of #4CB185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB185

Black with #4CB185

Text Example


Text Example

White with #4CB185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,177,133); }

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

background-color css

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

 a { background-color: rgb(76,177,133); }

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

border-color css

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

 span { border-color: rgb(76,177,133); }

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