Html Css Color HEX #539979 Ocean Green

📋 copy color: '#539979'

red 83 ◦ green 153 ◦ blue 121

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

Shades of Ocean Green #539979

Tints of Ocean Green #539979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 23.25%
G = 42.86%
B = 33.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#539979 (or 0x539979) is known color: Ocean Green. HEX triplet: 53, 99 and 79. RGB value is (83,153,121). Sum of RGB (Red+Green+Blue) = 83+153+121=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #539979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539979 is #AC6686. Grayscale: #808080. Windows color (decimal): -11298439 or 7969107. OLE color: 7969107.

HSL color Cylindrical-coordinate representation of color #539979: hue angle of 152.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539979 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 121 -
CMYK 0.46 0 0.21 0.4
HSL 152.57º 0.3% 0.46% -
HSV(B) 152.57º 0.46% 0.6% -
XYZ 18.41 26 22.14 -
YUV 128.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 83 153 121 0.46 0 0.21 0.4 152.57 0.3 0.46
Hex 53 99 79 2E 0 15 28 99 1E 2E
Octal 123 231 171 56 0 25 50 231 36 56
Binary 1010011 10011001 1111001 101110 0 10101 101000 10011001 11110 101110

Color Harmonies of #539979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539979

Black with #539979

Text Example


Text Example

White with #539979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539979; }

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

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

background-color css

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

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

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

border-color css

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

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

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