Html Css Color HEX #559369 Ocean Green

📋 copy color: '#559369'

red 85 ◦ green 147 ◦ blue 105

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

Shades of Ocean Green #559369

Tints of Ocean Green #559369

RGB

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

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

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

R = 25.22%
G = 43.62%
B = 31.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#559369 (or 0x559369) is known color: Ocean Green. HEX triplet: 55, 93 and 69. RGB value is (85,147,105). Sum of RGB (Red+Green+Blue) = 85+147+105=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #559369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559369 is #AA6C96. Grayscale: #7B7B7B. Windows color (decimal): -11168919 or 6918997. OLE color: 6918997.

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

Color convert

RGB 85 147 105 -
CMYK 0.42 0 0.29 0.42
HSL 139.35º 0.27% 0.45% -
HSV(B) 139.35º 0.42% 0.58% -
XYZ 16.73 23.82 17.08 -
YUV 123.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 85 147 105 0.42 0 0.29 0.42 139.35 0.27 0.45
Hex 55 93 69 2A 0 1D 2A 8B 1B 2D
Octal 125 223 151 52 0 35 52 213 33 55
Binary 1010101 10010011 1101001 101010 0 11101 101010 10001011 11011 101101

Color Harmonies of #559369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559369

Black with #559369

Text Example


Text Example

White with #559369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559369; }

 p { color: rgb(85,147,105); }

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

background-color css

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

 a { background-color: rgb(85,147,105); }

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

border-color css

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

 span { border-color: rgb(85,147,105); }

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