Html Css Color HEX #509E6D Ocean Green

📋 copy color: '#509E6D'

red 80 ◦ green 158 ◦ blue 109

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

Shades of Ocean Green #509E6D

Tints of Ocean Green #509E6D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.53%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 23.05%
G = 45.53%
B = 31.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#509E6D (or 0x509E6D) is known color: Ocean Green. HEX triplet: 50, 9E and 6D. RGB value is (80,158,109). Sum of RGB (Red+Green+Blue) = 80+158+109=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #509E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509E6D is #AF6192. Grayscale: #818181. Windows color (decimal): -11493779 or 7183952. OLE color: 7183952.

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

Color convert

RGB 80 158 109 -
CMYK 0.49 0 0.31 0.38
HSL 142.31º 0.33% 0.47% -
HSV(B) 142.31º 0.49% 0.62% -
XYZ 18.3 27.26 18.77 -
YUV 129.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 80 158 109 0.49 0 0.31 0.38 142.31 0.33 0.47
Hex 50 9E 6D 31 0 1F 26 8E 21 2F
Octal 120 236 155 61 0 37 46 216 41 57
Binary 1010000 10011110 1101101 110001 0 11111 100110 10001110 100001 101111

Color Harmonies of #509E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509E6D

Black with #509E6D

Text Example


Text Example

White with #509E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509E6D; }

 p { color: rgb(80,158,109); }

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

background-color css

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

 a { background-color: rgb(80,158,109); }

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

border-color css

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

 span { border-color: rgb(80,158,109); }

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