Html Css Color HEX #509468 Ocean Green

📋 copy color: '#509468'

red 80 ◦ green 148 ◦ blue 104

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

Shades of Ocean Green #509468

Tints of Ocean Green #509468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 24.1%
G = 44.58%
B = 31.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#509468 (or 0x509468) is known color: Ocean Green. HEX triplet: 50, 94 and 68. RGB value is (80,148,104). Sum of RGB (Red+Green+Blue) = 80+148+104=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #509468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509468 is #AF6B97. Grayscale: #7A7A7A. Windows color (decimal): -11496344 or 6853712. OLE color: 6853712.

HSL color Cylindrical-coordinate representation of color #509468: hue angle of 141.18º 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 #509468 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 104 -
CMYK 0.46 0 0.30 0.42
HSL 141.18º 0.3% 0.45% -
HSV(B) 141.18º 0.46% 0.58% -
XYZ 16.4 23.88 16.84 -
YUV 122.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 80 148 104 0.46 0 0.30 0.42 141.18 0.3 0.45
Hex 50 94 68 2E 0 1E 2A 8D 1E 2D
Octal 120 224 150 56 0 36 52 215 36 55
Binary 1010000 10010100 1101000 101110 0 11110 101010 10001101 11110 101101

Color Harmonies of #509468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509468

Black with #509468

Text Example


Text Example

White with #509468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509468; }

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

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

background-color css

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

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

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

border-color css

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

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

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