Html Css Color HEX #509269 Ocean Green

📋 copy color: '#509269'

red 80 ◦ green 146 ◦ blue 105

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

Shades of Ocean Green #509269

Tints of Ocean Green #509269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 24.17%
G = 44.11%
B = 31.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#509269 (or 0x509269) is known color: Ocean Green. HEX triplet: 50, 92 and 69. RGB value is (80,146,105). Sum of RGB (Red+Green+Blue) = 80+146+105=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #509269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509269 is #AF6D96. Grayscale: #797979. Windows color (decimal): -11496855 or 6918736. OLE color: 6918736.

HSL color Cylindrical-coordinate representation of color #509269: hue angle of 142.73º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509269 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 105 -
CMYK 0.45 0 0.28 0.43
HSL 142.73º 0.29% 0.44% -
HSV(B) 142.73º 0.45% 0.57% -
XYZ 16.14 23.28 17.01 -
YUV 121.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 80 146 105 0.45 0 0.28 0.43 142.73 0.29 0.44
Hex 50 92 69 2D 0 1C 2B 8F 1D 2C
Octal 120 222 151 55 0 34 53 217 35 54
Binary 1010000 10010010 1101001 101101 0 11100 101011 10001111 11101 101100

Color Harmonies of #509269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509269

Black with #509269

Text Example


Text Example

White with #509269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509269; }

 p { color: rgb(80,146,105); }

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

background-color css

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

 a { background-color: rgb(80,146,105); }

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

border-color css

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

 span { border-color: rgb(80,146,105); }

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