Html Css Color HEX #4CB785 Ocean Green

📋 copy color: '#4CB785'

red 76 ◦ green 183 ◦ blue 133

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

Shades of Ocean Green #4CB785

Tints of Ocean Green #4CB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

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

R = 19.39%
G = 46.68%
B = 33.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#4CB785 (or 0x4CB785) is known color: Ocean Green. HEX triplet: 4C, B7 and 85. RGB value is (76,183,133). Sum of RGB (Red+Green+Blue) = 76+183+133=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB785 is #B3487A. Grayscale: #919191. Windows color (decimal): -11749499 or 8763212. OLE color: 8763212.

HSL color Cylindrical-coordinate representation of color #4CB785: hue angle of 151.96º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB785 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 183 133 -
CMYK 0.58 0 0.27 0.28
HSL 151.96º 0.43% 0.51% -
HSV(B) 151.96º 0.58% 0.72% -
XYZ 24.15 37.1 28.08 -
YUV 145.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 76 183 133 0.58 0 0.27 0.28 151.96 0.43 0.51
Hex 4C B7 85 3A 0 1B 1C 98 2B 33
Octal 114 267 205 72 0 33 34 230 53 63
Binary 1001100 10110111 10000101 111010 0 11011 11100 10011000 101011 110011

Color Harmonies of #4CB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB785

Black with #4CB785

Text Example


Text Example

White with #4CB785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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