Html Css Color HEX #509368 Ocean Green

📋 copy color: '#509368'

red 80 ◦ green 147 ◦ blue 104

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

Shades of Ocean Green #509368

Tints of Ocean Green #509368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 24.17%
G = 44.41%
B = 31.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#509368 (or 0x509368) is known color: Ocean Green. HEX triplet: 50, 93 and 68. RGB value is (80,147,104). Sum of RGB (Red+Green+Blue) = 80+147+104=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #509368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509368 is #AF6C97. Grayscale: #7A7A7A. Windows color (decimal): -11496600 or 6853456. OLE color: 6853456.

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

Color convert

RGB 80 147 104 -
CMYK 0.46 0 0.29 0.42
HSL 141.49º 0.3% 0.45% -
HSV(B) 141.49º 0.46% 0.58% -
XYZ 16.24 23.57 16.79 -
YUV 122.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 80 147 104 0.46 0 0.29 0.42 141.49 0.3 0.45
Hex 50 93 68 2E 0 1D 2A 8D 1E 2D
Octal 120 223 150 56 0 35 52 215 36 55
Binary 1010000 10010011 1101000 101110 0 11101 101010 10001101 11110 101101

Color Harmonies of #509368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509368

Black with #509368

Text Example


Text Example

White with #509368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509368; }

 p { color: rgb(80,147,104); }

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

background-color css

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

 a { background-color: rgb(80,147,104); }

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

border-color css

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

 span { border-color: rgb(80,147,104); }

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