Html Css Color HEX #55936E Ocean Green

📋 copy color: '#55936E'

red 85 ◦ green 147 ◦ blue 110

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

Shades of Ocean Green #55936E

Tints of Ocean Green #55936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 24.85%
G = 42.98%
B = 32.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#55936E (or 0x55936E) is known color: Ocean Green. HEX triplet: 55, 93 and 6E. RGB value is (85,147,110). Sum of RGB (Red+Green+Blue) = 85+147+110=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #55936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55936E is #AA6C91. Grayscale: #7C7C7C. Windows color (decimal): -11168914 or 7246677. OLE color: 7246677.

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

Color convert

RGB 85 147 110 -
CMYK 0.42 0 0.25 0.42
HSL 144.19º 0.27% 0.45% -
HSV(B) 144.19º 0.42% 0.58% -
XYZ 16.99 23.92 18.47 -
YUV 124.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 85 147 110 0.42 0 0.25 0.42 144.19 0.27 0.45
Hex 55 93 6E 2A 0 19 2A 90 1B 2D
Octal 125 223 156 52 0 31 52 220 33 55
Binary 1010101 10010011 1101110 101010 0 11001 101010 10010000 11011 101101

Color Harmonies of #55936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55936E

Black with #55936E

Text Example


Text Example

White with #55936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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