Html Css Color HEX #559468 Ocean Green

📋 copy color: '#559468'

red 85 ◦ green 148 ◦ blue 104

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

Shades of Ocean Green #559468

Tints of Ocean Green #559468

RGB

 RED value IS 85 (33.59% from 255) = 25.22%

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

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

R = 25.22%
G = 43.92%
B = 30.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#559468 (or 0x559468) is known color: Ocean Green. HEX triplet: 55, 94 and 68. RGB value is (85,148,104). Sum of RGB (Red+Green+Blue) = 85+148+104=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #559468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559468 is #AA6B97. Grayscale: #7C7C7C. Windows color (decimal): -11168664 or 6853717. OLE color: 6853717.

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

Color convert

RGB 85 148 104 -
CMYK 0.43 0 0.30 0.42
HSL 138.1º 0.27% 0.46% -
HSV(B) 138.1º 0.43% 0.58% -
XYZ 16.83 24.11 16.86 -
YUV 124.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 85 148 104 0.43 0 0.30 0.42 138.1 0.27 0.46
Hex 55 94 68 2B 0 1E 2A 8A 1B 2E
Octal 125 224 150 53 0 36 52 212 33 56
Binary 1010101 10010100 1101000 101011 0 11110 101010 10001010 11011 101110

Color Harmonies of #559468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559468

Black with #559468

Text Example


Text Example

White with #559468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559468; }

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

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

background-color css

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

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

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

border-color css

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

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

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