Html Css Color HEX #509673 Ocean Green

📋 copy color: '#509673'

red 80 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #509673

Tints of Ocean Green #509673

RGB

 RED value IS 80 (31.64% from 255) = 23.19%

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

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

R = 23.19%
G = 43.48%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#509673 (or 0x509673) is known color: Ocean Green. HEX triplet: 50, 96 and 73. RGB value is (80,150,115). Sum of RGB (Red+Green+Blue) = 80+150+115=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #509673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509673 is #AF698C. Grayscale: #7D7D7D. Windows color (decimal): -11495821 or 7575120. OLE color: 7575120.

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

Color convert

RGB 80 150 115 -
CMYK 0.47 0 0.23 0.41
HSL 150º 0.3% 0.45% -
HSV(B) 150º 0.47% 0.59% -
XYZ 17.31 24.76 20.09 -
YUV 125.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 80 150 115 0.47 0 0.23 0.41 150 0.3 0.45
Hex 50 96 73 2F 0 17 29 96 1E 2D
Octal 120 226 163 57 0 27 51 226 36 55
Binary 1010000 10010110 1110011 101111 0 10111 101001 10010110 11110 101101

Color Harmonies of #509673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509673

Black with #509673

Text Example


Text Example

White with #509673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509673; }

 p { color: rgb(80,150,115); }

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

background-color css

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

 a { background-color: rgb(80,150,115); }

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

border-color css

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

 span { border-color: rgb(80,150,115); }

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