Html Css Color HEX #539D73 Ocean Green

📋 copy color: '#539D73'

red 83 ◦ green 157 ◦ blue 115

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

Shades of Ocean Green #539D73

Tints of Ocean Green #539D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 23.38%
G = 44.23%
B = 32.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#539D73 (or 0x539D73) is known color: Ocean Green. HEX triplet: 53, 9D and 73. RGB value is (83,157,115). Sum of RGB (Red+Green+Blue) = 83+157+115=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #539D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D73 is #AC628C. Grayscale: #828282. Windows color (decimal): -11297421 or 7576915. OLE color: 7576915.

HSL color Cylindrical-coordinate representation of color #539D73: hue angle of 145.95º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D73 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 157 115 -
CMYK 0.47 0 0.27 0.38
HSL 145.95º 0.31% 0.47% -
HSV(B) 145.95º 0.47% 0.62% -
XYZ 18.72 27.19 20.48 -
YUV 130.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 83 157 115 0.47 0 0.27 0.38 145.95 0.31 0.47
Hex 53 9D 73 2F 0 1B 26 92 1F 2F
Octal 123 235 163 57 0 33 46 222 37 57
Binary 1010011 10011101 1110011 101111 0 11011 100110 10010010 11111 101111

Color Harmonies of #539D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D73

Black with #539D73

Text Example


Text Example

White with #539D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539D73; }

 p { color: rgb(83,157,115); }

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

background-color css

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

 a { background-color: rgb(83,157,115); }

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

border-color css

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

 span { border-color: rgb(83,157,115); }

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