Html Css Color HEX #4CB485 Ocean Green

📋 copy color: '#4CB485'

red 76 ◦ green 180 ◦ blue 133

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

Shades of Ocean Green #4CB485

Tints of Ocean Green #4CB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 19.54%
G = 46.27%
B = 34.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#4CB485 (or 0x4CB485) is known color: Ocean Green. HEX triplet: 4C, B4 and 85. RGB value is (76,180,133). Sum of RGB (Red+Green+Blue) = 76+180+133=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB485 is #B34B7A. Grayscale: #8F8F8F. Windows color (decimal): -11750267 or 8762444. OLE color: 8762444.

HSL color Cylindrical-coordinate representation of color #4CB485: hue angle of 152.88º degrees, saturation: 0.41, 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 #4CB485 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 133 -
CMYK 0.58 0 0.26 0.29
HSL 152.88º 0.41% 0.5% -
HSV(B) 152.88º 0.58% 0.71% -
XYZ 23.54 35.87 27.87 -
YUV 143.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 76 180 133 0.58 0 0.26 0.29 152.88 0.41 0.5
Hex 4C B4 85 3A 0 1A 1D 99 29 32
Octal 114 264 205 72 0 32 35 231 51 62
Binary 1001100 10110100 10000101 111010 0 11010 11101 10011001 101001 110010

Color Harmonies of #4CB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB485

Black with #4CB485

Text Example


Text Example

White with #4CB485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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