Html Css Color HEX #539877 Ocean Green

📋 copy color: '#539877'

red 83 ◦ green 152 ◦ blue 119

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

Shades of Ocean Green #539877

Tints of Ocean Green #539877

RGB

 RED value IS 83 (32.81% from 255) = 23.45%

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 23.45%
G = 42.94%
B = 33.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#539877 (or 0x539877) is known color: Ocean Green. HEX triplet: 53, 98 and 77. RGB value is (83,152,119). Sum of RGB (Red+Green+Blue) = 83+152+119=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #539877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539877 is #AC6788. Grayscale: #7F7F7F. Windows color (decimal): -11298697 or 7837779. OLE color: 7837779.

HSL color Cylindrical-coordinate representation of color #539877: hue angle of 151.3º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539877 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 119 -
CMYK 0.45 0 0.22 0.40
HSL 151.3º 0.29% 0.46% -
HSV(B) 151.3º 0.45% 0.6% -
XYZ 18.13 25.63 21.44 -
YUV 127.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 83 152 119 0.45 0 0.22 0.40 151.3 0.29 0.46
Hex 53 98 77 2D 0 16 28 97 1D 2E
Octal 123 230 167 55 0 26 50 227 35 56
Binary 1010011 10011000 1110111 101101 0 10110 101000 10010111 11101 101110

Color Harmonies of #539877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539877

Black with #539877

Text Example


Text Example

White with #539877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539877; }

 p { color: rgb(83,152,119); }

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

background-color css

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

 a { background-color: rgb(83,152,119); }

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

border-color css

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

 span { border-color: rgb(83,152,119); }

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