Html Css Color HEX #4FB585 Ocean Green

📋 copy color: '#4FB585'

red 79 ◦ green 181 ◦ blue 133

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

Shades of Ocean Green #4FB585

Tints of Ocean Green #4FB585

RGB

 RED value IS 79 (31.25% from 255) = 20.1%

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

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

R = 20.1%
G = 46.06%
B = 33.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#4FB585 (or 0x4FB585) is known color: Ocean Green. HEX triplet: 4F, B5 and 85. RGB value is (79,181,133). Sum of RGB (Red+Green+Blue) = 79+181+133=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB585 is #B04A7A. Grayscale: #919191. Windows color (decimal): -11553403 or 8762703. OLE color: 8762703.

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

Color convert

RGB 79 181 133 -
CMYK 0.56 0 0.27 0.29
HSL 151.76º 0.41% 0.51% -
HSV(B) 151.76º 0.56% 0.71% -
XYZ 23.98 36.4 27.95 -
YUV 145.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 79 181 133 0.56 0 0.27 0.29 151.76 0.41 0.51
Hex 4F B5 85 38 0 1B 1D 98 29 33
Octal 117 265 205 70 0 33 35 230 51 63
Binary 1001111 10110101 10000101 111000 0 11011 11101 10011000 101001 110011

Color Harmonies of #4FB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB585

Black with #4FB585

Text Example


Text Example

White with #4FB585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,181,133); }

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

background-color css

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

 a { background-color: rgb(79,181,133); }

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

border-color css

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

 span { border-color: rgb(79,181,133); }

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