Html Css Color HEX #539671 Ocean Green

📋 copy color: '#539671'

red 83 ◦ green 150 ◦ blue 113

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

Shades of Ocean Green #539671

Tints of Ocean Green #539671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 23.99%
G = 43.35%
B = 32.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#539671 (or 0x539671) is known color: Ocean Green. HEX triplet: 53, 96 and 71. RGB value is (83,150,113). Sum of RGB (Red+Green+Blue) = 83+150+113=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #539671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539671 is #AC698E. Grayscale: #7D7D7D. Windows color (decimal): -11299215 or 7444051. OLE color: 7444051.

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

Color convert

RGB 83 150 113 -
CMYK 0.45 0 0.25 0.41
HSL 146.87º 0.29% 0.46% -
HSV(B) 146.87º 0.45% 0.59% -
XYZ 17.45 24.84 19.5 -
YUV 125.75 120.8 97.51 -
System Red Green Blue C M Y K H S L
Decimal 83 150 113 0.45 0 0.25 0.41 146.87 0.29 0.46
Hex 53 96 71 2D 0 19 29 93 1D 2E
Octal 123 226 161 55 0 31 51 223 35 56
Binary 1010011 10010110 1110001 101101 0 11001 101001 10010011 11101 101110

Color Harmonies of #539671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539671

Black with #539671

Text Example


Text Example

White with #539671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539671; }

 p { color: rgb(83,150,113); }

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

background-color css

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

 a { background-color: rgb(83,150,113); }

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

border-color css

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

 span { border-color: rgb(83,150,113); }

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