Html Css Color HEX #55936F Ocean Green

📋 copy color: '#55936F'

red 85 ◦ green 147 ◦ blue 111

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

Shades of Ocean Green #55936F

Tints of Ocean Green #55936F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 24.78%
G = 42.86%
B = 32.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#55936F (or 0x55936F) is known color: Ocean Green. HEX triplet: 55, 93 and 6F. RGB value is (85,147,111). Sum of RGB (Red+Green+Blue) = 85+147+111=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #55936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55936F is #AA6C90. Grayscale: #7C7C7C. Windows color (decimal): -11168913 or 7312213. OLE color: 7312213.

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

Color convert

RGB 85 147 111 -
CMYK 0.42 0 0.24 0.42
HSL 145.16º 0.27% 0.45% -
HSV(B) 145.16º 0.42% 0.58% -
XYZ 17.05 23.95 18.76 -
YUV 124.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 85 147 111 0.42 0 0.24 0.42 145.16 0.27 0.45
Hex 55 93 6F 2A 0 18 2A 91 1B 2D
Octal 125 223 157 52 0 30 52 221 33 55
Binary 1010101 10010011 1101111 101010 0 11000 101010 10010001 11011 101101

Color Harmonies of #55936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55936F

Black with #55936F

Text Example


Text Example

White with #55936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55936F; }

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

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

background-color css

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

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

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

border-color css

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

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

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