Html Css Color HEX #539879 Ocean Green

📋 copy color: '#539879'

red 83 ◦ green 152 ◦ blue 121

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

Shades of Ocean Green #539879

Tints of Ocean Green #539879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 23.31%
G = 42.7%
B = 33.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#539879 (or 0x539879) is known color: Ocean Green. HEX triplet: 53, 98 and 79. RGB value is (83,152,121). Sum of RGB (Red+Green+Blue) = 83+152+121=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #539879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539879 is #AC6786. Grayscale: #7F7F7F. Windows color (decimal): -11298695 or 7968851. OLE color: 7968851.

HSL color Cylindrical-coordinate representation of color #539879: hue angle of 153.04º 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 #539879 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 121 -
CMYK 0.45 0 0.20 0.40
HSL 153.04º 0.29% 0.46% -
HSV(B) 153.04º 0.45% 0.6% -
XYZ 18.25 25.68 22.08 -
YUV 127.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 83 152 121 0.45 0 0.20 0.40 153.04 0.29 0.46
Hex 53 98 79 2D 0 14 28 99 1D 2E
Octal 123 230 171 55 0 24 50 231 35 56
Binary 1010011 10011000 1111001 101101 0 10100 101000 10011001 11101 101110

Color Harmonies of #539879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539879

Black with #539879

Text Example


Text Example

White with #539879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539879; }

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

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

background-color css

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

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

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

border-color css

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

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

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